Skip to content
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

UC Mode driver.connect() and driver.reconnect() sometimes connect to an invisible Chrome extension tab. #3231

Closed
mdmintz opened this issue Oct 27, 2024 · 3 comments · Fixed by #3232
Labels
bug Uh oh... Something needs to be fixed Fun Something big happened / (maybe some sarcasm) UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@mdmintz
Copy link
Member

mdmintz commented Oct 27, 2024

UC Mode driver.connect() and driver.reconnect()may connect to an invisible Chrome extension tab.


This is causing the issues seen since Chrome 130. (There was a workaround in place for Mac/Linux whereby the issue was avoided by creating a user-data-dir in advance, but that didn't help Windows users.) The invisible tab can be identified by calling driver.window_handles.

@mdmintz mdmintz added bug Uh oh... Something needs to be fixed UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode Fun Something big happened / (maybe some sarcasm) labels Oct 27, 2024
@mdmintz
Copy link
Member Author

mdmintz commented Oct 28, 2024

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

@mdmintz
Copy link
Member Author

mdmintz commented Oct 29, 2024

Speed improvements were made in 4.32.5 - (https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.32.5).
Previously, there was a short delay of up to 4 seconds before launching the web browser.

@mdmintz
Copy link
Member Author

mdmintz commented Oct 29, 2024

See #3236 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh oh... Something needs to be fixed Fun Something big happened / (maybe some sarcasm) UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant