Replies: 1 comment 4 replies
-
1366x768 is the standard display size on Linux servers, but I can add an option to customize it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I think I didn’t explain the problem clearly enough here, apologies for that. I don’t want SeleniumBase to fake the screen resolution. I’m working with a virtual machine using a virtual display through Xvfb. What I need is to create a virtual display with a resolution of 1920x1080, for example by running the command:
Xvfb -ac :99 -screen 0 1920x1080x16
and have SeleniumBase utilize it. Alternatively, it would be helpful if SeleniumBase could create an Xvfb display with a custom resolution. Currently, SeleniumBase sets up an Xvfb display with an unusual resolution of 1366x768, which might raise suspicion from the web service.
Beta Was this translation helpful? Give feedback.
All reactions