Moving from uc to sb #2234
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello. Both undetected-chromedriver and UC Mode do not support zipped/CRX Chrome extensions. See the tickets about it: https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues?q=is%3Aissue+is%3Aopen+crx But the good news is that if you unzip those extensions into folders first, then you can load them in via command-line option: View all options here: SeleniumBase/help_docs/customizing_test_runs.md (Use As for the remote debugging port, it's already set in UC Mode so that Selenium can control the Chrome process that was spun up first. |
Beta Was this translation helpful? Give feedback.
Hello. Both undetected-chromedriver and UC Mode do not support zipped/CRX Chrome extensions. See the tickets about it: https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues?q=is%3Aissue+is%3Aopen+crx
But the good news is that if you unzip those extensions into folders first, then you can load them in via command-line option:
SeleniumBase/help_docs/customizing_test_runs.md
Line 140 in 466f8d4
View all options here: SeleniumBase/help_docs/customizing_test_runs.md (Use
--chromium-arg=ARG
for custom Chrome flags.)As for the remote debugging port, it's already set in UC Mode so that Se…