Skip to content

Instantly share code, notes, and snippets.

@libo1106
Last active November 9, 2015 15:14
Show Gist options
  • Save libo1106/1c48544f6b2295c1bb0d to your computer and use it in GitHub Desktop.
Save libo1106/1c48544f6b2295c1bb0d to your computer and use it in GitHub Desktop.
casperjs SEO优化
var casper = require('casper').create();
casper.start('http://wj.qq.com/survey.html?type=survey&id=124133&hash=257b');
casper.waitForResource('/image/end.png', function(){
this.echo(this.getHTML());
});
casper.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment