Is there anyway to make the window size bigger for Virtual Users? #3358
samhunter1
started this conversation in
Artillery
Replies: 1 comment 1 reply
-
You should be able to use the Or you can set config:
target: "https://example.com"
engines:
playwright:
contextOptions:
viewport:
width: 1600
height: 1200
scenarios:
# scenarios here |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Might be more to it but just wondering if there was a way to make the window size bigger for virtual users? I have an element that can't be accessed via scrolling and is only visible if the window is big enough.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions