Skip to content

Instantly share code, notes, and snippets.

View dannyfabricant's full-sized avatar

danny fabricant dannyfabricant

View GitHub Profile
var casper = require('casper').create({
verbose: true,
logLevel: 'debug'
});
casper.start('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9M7FFM2DP5Q9J', function(){
console.log('casper started');
});
casper.wait(5000, function(){