-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
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
Problem if page is longer than 8192px #59
Comments
Using puppeteer only gives the same results:
Edit: if you really need this to work you can install puppeteer with Firefox, it works correctly with it: https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#puppeteerproduct |
Appears to be a Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1043959&q=screenshot%20fullPage&can=2. The only reliable workaround I've seen is to take a bunch of partial screenshots as you scroll and then stitch them back together. |
Hi @krnik, did you actually succeed using firefox along capture-website? If yes, i'm curious about how you do that. When I try, I always hit this error puppeteer/puppeteer#6323 |
Yes, it did succeed. But I used only one option |
If the rendered website page is longer than 8192 px, the .png file is nor right. At 8192 px down, the top of the web page repeats
attachment is a very shrunken capture of https://api.jquery.com/
but you can see the repeated header
The text was updated successfully, but these errors were encountered: