We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to take a screenshot of a local HTML file results in an error:
Webshot::WebshotError: Could not fetch page: "/var/folders/[REDACTED]/index.html", error code:
Using file:///var/folders/... does not change anything.
file:///var/folders/...
Is there a way to take screenshots of local content without having to run a HTTP server?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to take a screenshot of a local HTML file results in an error:
Using
file:///var/folders/...
does not change anything.Is there a way to take screenshots of local content without having to run a HTTP server?
The text was updated successfully, but these errors were encountered: