How to set the window size for Webkit #29958
Replies: 1 comment
-
It seems that playwright-webkit doesn't support these command line arguments. Setting the viewport is the only option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As described here https://docs.cypress.io/api/plugins/browser-launch-api you can set teh screen size in the setupNodeEvents function:
For Webkit this seems to not be working. The examples include only Chrome, Electron and Firefox. Does someone know how to set this for Webkit.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions