-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
SeleniumBase 4SeleniumBase 4SeleniumBase 4UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things betterMaking things better
Description
Better error-handling when activating UC Mode with incompatible modes
-
UC Mode doesn't support mobile emulation. (Don't mix
--ucwith--mobile.)
--> (invalid argument: unrecognized chrome option: mobileEmulation) -
UC Mode doesn't work directly with
selenium-wire. (Don't mix--ucwith--wire.)
--> You might be able to overrideget_new_driver()to combine--ucwith--wire.
--> See https://seleniumbase.io/help_docs/syntax_formats/#sb_sf_09 for details.
pytest could be programmed to end the run before any test starts when using incompatible options.
Metadata
Metadata
Assignees
Labels
SeleniumBase 4SeleniumBase 4SeleniumBase 4UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things betterMaking things better