Skip to content

chromedriver 133 may cause UC Mode to freeze up on reconnect #3483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mdmintz opened this issue Feb 6, 2025 · 2 comments · Fixed by #3487
Closed

chromedriver 133 may cause UC Mode to freeze up on reconnect #3483

mdmintz opened this issue Feb 6, 2025 · 2 comments · Fixed by #3487
Assignees
Labels
external Outside SeleniumBase's scope. / Ask somewhere else. UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode workaround exists You can reach your destination if you do this...

Comments

@mdmintz
Copy link
Member

mdmintz commented Feb 6, 2025

chromedriver 133 may cause UC Mode to freeze up on reconnect


The workaround is to set driver_version=132 / --driver-version=132.

Quite possibly a new version of chromedriver will fix this automatically in the near future.

In the meantime, I'll try to find a better workaround than pinning the driver version.

@mdmintz mdmintz added external Outside SeleniumBase's scope. / Ask somewhere else. UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode workaround exists You can reach your destination if you do this... labels Feb 6, 2025
@mdmintz mdmintz self-assigned this Feb 6, 2025
@mdmintz
Copy link
Member Author

mdmintz commented Feb 7, 2025

Looks like the issue is related to hidden, built-in Chrome extensions, like in #3231.
This is something fixable from the SeleniumBase side (without waiting for chromedriver updates).

The hidden extension this time is "Google Hangouts":
chrome-extension://nkeimhogjdpnpccoofpliimaahmaaome/background.html
(Reconnecting chromedriver to Chrome somehow makes that become driver.current_url)

@mdmintz
Copy link
Member Author

mdmintz commented Feb 7, 2025

This was resolved in 4.34.9 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.34.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Outside SeleniumBase's scope. / Ask somewhere else. UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode workaround exists You can reach your destination if you do this...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant