Replies: 1 comment 2 replies
-
I'm aware of that. Being fixed in coming update. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly, due to line 1212
cdp.page.capture_screenshot(format_=format, capture_beyond_viewport=True)
save_screenshot will always capture the complete viewport regardless of the full_page parameter.
I managed to work around it by passing the cdp directly instead of using tab.save_screenshot, seems to work OK.
Beta Was this translation helpful? Give feedback.
All reactions