Skip to content

Instantly share code, notes, and snippets.

@moondev
Created February 20, 2012 23:28
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save moondev/1872266 to your computer and use it in GitHub Desktop.
Save moondev/1872266 to your computer and use it in GitHub Desktop.
shotty.js
//create new webpage object
var page = new WebPage();
//load the page
page.open('http://espn.go.com/nfl', function (status) {
//fire callback to take screenshot after load complete
page.render('espn.png');
//finish
phantom.exit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment