Skip to content

Instantly share code, notes, and snippets.

@thecfguy
Created October 10, 2014 05:20
Show Gist options
  • Save thecfguy/298262ad054b89343ec2 to your computer and use it in GitHub Desktop.
Save thecfguy/298262ad054b89343ec2 to your computer and use it in GitHub Desktop.
var casper = require('casper').create();
casper.start('http://www.isummation.com/', function() {
this.echo(this.getTitle());
});
casper.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment