Replies: 1 comment 6 replies
-
I would like to know how to do this too. Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi,
I want the screenshot size to be the size of the window and not capture the full page. I looked everywhere for a solution but haven't found any. I found this on playwright's website, but I don't know how to use it here:
await page.screenshot({ path: 'screenshot.png', fullPage: false });
Here is my docker-compose.yml:
Any help is appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions