-
Hello, i'm on Ubuntu 22 with GUI.
|
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jan 6, 2024
Replies: 1 comment 1 reply
-
You're looking for Pass it as an arg to Otherwise Linux defaults to using headless mode. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're looking for
headed=True
:SeleniumBase/seleniumbase/plugins/driver_manager.py
Line 69 in ba7f21a
Pass it as an arg to
SB()
orDriver()
.Otherwise Linux defaults to using headless mode.