-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 users should upgrade to 4.32.12 (or newer if available) #3236
Labels
documentation
enhancement
Making things better
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
Comments
mdmintz
added
enhancement
Making things better
documentation
News / Announcements
News
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
labels
Oct 29, 2024
mdmintz
added
tests
This involves test updates or new tests
and removed
News / Announcements
News
labels
Oct 29, 2024
There are lots of new CDP Mode examples here: SeleniumBase/examples/cdp_mode |
Time for everyone to upgrade to SeleniumBase 4.32.12 (or newer if available). |
mdmintz
changed the title
UC Mode users should upgrade to 4.32.5 (or newer if available)
UC Mode users should upgrade to 4.32.7 (or newer if available)
Nov 6, 2024
mdmintz
changed the title
UC Mode users should upgrade to 4.32.7 (or newer if available)
UC Mode users should upgrade to 4.32.8 (or newer if available)
Nov 8, 2024
mdmintz
changed the title
UC Mode users should upgrade to 4.32.8 (or newer if available)
UC Mode users should upgrade to 4.32.9 (or newer if available)
Nov 9, 2024
mdmintz
changed the title
UC Mode users should upgrade to 4.32.9 (or newer if available)
UC Mode users should upgrade to 4.32.10 (or newer if available)
Nov 14, 2024
mdmintz
changed the title
UC Mode users should upgrade to 4.32.10 (or newer if available)
UC Mode users should upgrade to 4.32.11 (or newer if available)
Nov 15, 2024
mdmintz
changed the title
UC Mode users should upgrade to 4.32.11 (or newer if available)
UC Mode users should upgrade to 4.32.12 (or newer if available)
Nov 19, 2024
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
enhancement
Making things better
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
UC Mode users should upgrade to
4.32.12
(or newer if available)There were lots of things happening all at once. The latest version of SeleniumBase resolves them.
For starters, unusual things happened after Chrome 130 came out, specifically when stopping the webdriver service to avoid bot-detection. That caused Chrome's internal "Google Network Speech" extension to appear in unexpected places, (
neajdppkdcdipfabeoofebfddakdcjhd
: https://github.com/search?q=neajdppkdcdipfabeoofebfddakdcjhd&type=issues), which led to all sorts of issues with UC Mode. Although early workarounds helped to minimize the disruption, things weren't fully back to normal until now (hopefully). One workaround included creating auser-data-dir
in advance by launching a decoy Chrome browser before the actual one to be used. (This added a few seconds to the beginning of scripts, and wasn't always effective.)In addition to providing a real fix for the issues of Chrome 130, SeleniumBase
4.32.12
also includes important updates to the new CDP Mode, which is an extension of UC Mode that allows you perform stealthy browser actions whilechromedriver
/uc_driver
is disconnected from the Chrome browser. This allows you to bypass the bot-detection of advanced anti-bot systems such as DataDome, Kasada, and Imperva/Incapsula. It can also be used to speed up scripts that run on Cloudflare-protected sites, (mainly because you no longer need to "guess" the optimalreconnect_time
).If you haven't already read about the new CDP Mode, then check out the CDP Mode docs!
It's a huge upgrade to the already impressive UC Mode. (Expect a new YouTube video for that soon.)
Special thanks to beta-testers from the SeleniumBase Discord Server: https://discord.gg/EdhQTn3EyE.
Hopefully we can now cast aside the "beta" designation for CDP Mode.
As always, "if you see something, say something."
Discussions can be found on Discord and https://github.com/seleniumbase/SeleniumBase/discussions.
The text was updated successfully, but these errors were encountered: