Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Created September 20, 2015 10:23
Show Gist options
  • Save matsuhisa/c865ade7592756bb1703 to your computer and use it in GitHub Desktop.
Save matsuhisa/c865ade7592756bb1703 to your computer and use it in GitHub Desktop.
var page = require('webpage').create();
page.open('http://github.com/', function() {
page.render('github.png');
phantom.exit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment