Description
UC Mode users should upgrade to 4.30.8
(or newer if available)
In case you missed #3128 and #3131, CF made changes to their CAPTCHAs, and new UC Mode updates were needed to continue clicking them successfully (when they force you to click the CAPTCHA to bypass it).
This includes fixes for the following methods:
sb.uc_gui_click_captcha()
sb.uc_gui_handle_captcha()
These CAPTCHA changes shouldn't be surprising to anyone who's already watched:
https://www.youtube.com/watch?v=-EpZlhGWo9k (my latest UC Mode video tutorial: "Revenge of the CAPTCHAs").
Upgrade to SeleniumBase 4.30.8
(or newer if available) to continue bypassing CAPTCHAs as usual.
- https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.30.7
- https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.30.8
Selenium is used to calculate the location of the CAPTCHA (or the number of times to press Tab before pressing Spacebar) and then the page needs to reload before performing those actions again because Selenium gets detected when calculating locations / tab presses. After the page refreshes, PyAutoGUI
saves the day by performing actions in a stealthy way.