摘要:
备注:fill方法可以用json键值对的形式填充表单数据,如果是fillSelectors方法,则必须是dom-value的形式,比如: 阅读全文
摘要:
var casper = require('casper').create({ viewportSize:{ width:1920, height:1080 } }); var url1 = 'http://jifen.yuyid.com'; var url2 = 'https://www.yuyid.com'; casper.start();... 阅读全文