Moving from uc to sb #2234
Answered
by
mdmintz
LimitedTime19
asked this question in
Q&A
Moving from uc to sb
#2234
|
Answered by
mdmintz
Nov 2, 2023
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. |
5 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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=ARGfor custom Chrome flags.)As for the remote debugging port, it's already set in UC Mode so that Se…