Replies: 1 comment 1 reply
-
I would like to know how to do this too. Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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