-
I want a full screenshot of the pages where I am doing testing, but they are all cropped whenever I do screenshots |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
May 11, 2021
Replies: 1 comment 4 replies
-
Hi @popopojgs , if you run tests using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @popopojgs , if you run tests using
--headless
mode, you'll get the full page screenshot. Otherwise they will be the same size as the browser window.