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 Dec 6, 2019. It is now read-only.
I tried to take a screenshot of a page which loads some content asynchronously. A screenshot is taken but the asynchronously elements are not displayed. There was an error like "unsafe Javascript attempts from URL about:blank..." and "protocols, domains, ... must match". After downgrading the phantomjs module to 1.9.7-15 the error vanished but the screenshot remained the same. I also tried to adjust the casper settings within the runner.js and added under casper.create:
but that also didn't change a thing. So how could I enable CORS or get a workaround to capture the page as it would usually be (with the async content)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to take a screenshot of a page which loads some content asynchronously. A screenshot is taken but the asynchronously elements are not displayed. There was an error like "unsafe Javascript attempts from URL about:blank..." and "protocols, domains, ... must match". After downgrading the phantomjs module to 1.9.7-15 the error vanished but the screenshot remained the same. I also tried to adjust the casper settings within the runner.js and added under casper.create:
but that also didn't change a thing. So how could I enable CORS or get a workaround to capture the page as it would usually be (with the async content)?
The text was updated successfully, but these errors were encountered: