Why is 2 windows opened while using Driver with options? #2373
-
This is the example code I use:
Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 19, 2023
Replies: 2 comments
-
For the direct
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
-
Thank you for the answer. |
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
seleniumbase.undetected
is not designed to be called directly. (See valid formats: SeleniumBase/help_docs/syntax_formats.md)For the direct
Driver()
format, pass your options via the built-in method args.SeleniumBase/seleniumbase/plugins/driver_manager.py
Line 65 in 570910c
Most of the options you're trying to pass are already automatically being set as needed:
SeleniumBase/seleniumbase/core/browser_launcher.py
Line 1033 in 570910c
SeleniumBase/seleniumbase/core/browser_launcher.py
Line 1035 in 570910c
SeleniumBase/seleni…