-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Autoscroll before before archiving and take full-height screenshots #80
Comments
The code provided in this playwright issue solves the full-page screenshot problem for me Here is the code I use to take a full page screenshot with playwright
|
Is this feature natively available now or only via hacking in user scripts? |
Not available natively yet, it's blocked on #51 |
Ah fair enough, thanks! Seems like #51 encapsulates a whole ton of effort to make this happen, so thanks and good luck! |
I've sumbitted a Chromium bug tracker feature request for adding a
--full-page
flag: https://bugs.chromium.org/p/chromium/issues/detail?id=854013Hopefully it's merged, allowing us to screenshot the full height of pages, instead of limiting them to the config settings defined by
DIMENSIONS
.The text was updated successfully, but these errors were encountered: