Created
April 4, 2016 18:47
-
-
Save thorsten/b5570313bb1355928c5f198698b85b6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| console.log('Loading a web page'); | |
| var page = require('webpage').create(); | |
| page.open('http://www.billigflieger.de/', function(status) { | |
| page.render('billigflieger.png'); | |
| console.log(status); | |
| phantom.exit(); | |
| }); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result:
thorsten at MacBook-Pro in ~/htdocs/tests
$ phantomjs index.js
Loading a web page
TypeError: undefined is not an object (evaluating 'a.URL')
https://pagead2.googlesyndication.com/pagead/osd.js:7 in Lb
https://pagead2.googlesyndication.com/pagead/osd.js:6 in Ca
https://pagead2.googlesyndication.com/pagead/osd.js:6
success