Skip to content

Instantly share code, notes, and snippets.

@auroranockert
Created February 6, 2014 14:21
Show Gist options
  • Select an option

  • Save auroranockert/8845114 to your computer and use it in GitHub Desktop.

Select an option

Save auroranockert/8845114 to your computer and use it in GitHub Desktop.
let webpage = require('webpage')
page = webpage.create()
page.open('http://ollehost.dk/junx/js2.html').then(function () {
console.log(page.content)
webpage.close()
slimerjs.exit()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment