Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created November 23, 2014 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanpabloaj/4415d7788f3833f0a2f4 to your computer and use it in GitHub Desktop.
Save juanpabloaj/4415d7788f3833f0a2f4 to your computer and use it in GitHub Desktop.
slimerjs-script.js
var page = require('webpage').create();
page.open("http://slimerjs.org", function(status){
page.render('screenshots.png');
page.close();
phantom.exit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment