Skip to content

Instantly share code, notes, and snippets.

@iuridiniz
Created January 7, 2017 21:14
Show Gist options
  • Save iuridiniz/11f1c089a48c2b7988ef5c7a8b541d34 to your computer and use it in GitHub Desktop.
Save iuridiniz/11f1c089a48c2b7988ef5c7a8b541d34 to your computer and use it in GitHub Desktop.
var page = require('webpage').create();
page.viewportSize = { width: 1280, height: 768};
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