uc=True
allows ChromeDriver to open the browser, but it cannot navigate to the target URL.
#3797
Labels
can't reproduce
We tried to see what you saw, but didn't
not enough info
not enough info / more info needed
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
Uh oh!
There was an error while loading. Please reload this page.
🐞 Bug Report:
uc=True
Fails to Navigate to URL with Chrome 137Summary
When using
seleniumbase.Driver(uc=True)
with the latest Chrome (137.0.7151.69
), the ChromeDriver successfully opens the browser window, but it cannot navigate to the requested URL. The page does not load, and the browser appears stuck on a blank or about:blank page.Steps to Reproduce
Ensure Google Chrome is updated to version
137.0.7151.69
.Install the latest SeleniumBase.
Run the following script:
Observe that Chrome opens, but does not load the intended URL.
Expected Behavior
https://www.google.com
) when usinguc=True
.Actual Behavior
Environment
Logs / Traceback
Minimal Reproducible Example
Additional Context
uc=True
works as expected, and the browser navigates to the URL.uc=True
) is important for bypassing detection, but it currently cannot load any URLs.Please advise on a workaround, or whether a patch is planned to support Chrome 137 in
uc=True
mode.Thank you!
The text was updated successfully, but these errors were encountered: