casper.start('http://foo.bar/', function() {
exists = this.evaluate(function() {
return __utils__.exists('#some_id');
require("utils").dump(casper.cli.options);
这里的 utils.dump啥意思?
这里的__utiuls__.啥意思?
casper.start('http://foo.bar/', function() {
exists = this.evaluate(function() {
return __utils__.exists('#some_id');
require("utils").dump(casper.cli.options);
这里的 utils.dump啥意思?
这里的__utiuls__.啥意思?