You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
I am just learning phantomJS so it is possible I am missing something and this isn't a real bug, but it seems to be.
I am following the instructions for taking a screenshot and wanted to change the viewportSize so that I could get the a screenshot that was more representative of the actual page as a user sees it. Here is the code I am using:
I am just learning phantomJS so it is possible I am missing something and this isn't a real bug, but it seems to be.
I am following the instructions for taking a screenshot and wanted to change the viewportSize so that I could get the a screenshot that was more representative of the actual page as a user sees it. Here is the code I am using:
When I execute this script, i get:
I have tried building 2.0 from source, master from source, and brew installing PhantomJS. All produce the same result.
One interesting fact, if I drop the viewportSize to 400 x 400 or remove it, I instead get
Additionally, if I change the url to "https://www.ruby-lang.org/", the code runs without error, but no image gets generated.
This same code works fine if I switch the url to some other site such as http://www.askart.com/AskART/artists/search/Search_Repeat.aspx?searchtype=AUCTION_RECORDS&artist=111780
The text was updated successfully, but these errors were encountered: