seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
5.07k stars 947 forks source link

uc_gui_handle_cf() started behaving strangely #2973

Closed vmolostvov closed 1 month ago

vmolostvov commented 1 month ago

Hey seems like uc_gui_handle_cf() stop working correctly (watch the video), maybe some changes in DOM, can u check please? Using last sb upgrade, macOS, python 3.11. Testing on this url: https://dexscreener.com/ Other functions uc_gui_click_captcha(), uc_gui_click_cf() working well, but I need to use that one.

https://github.com/user-attachments/assets/010faa12-a059-439b-b041-bb7281656f3e

mdmintz commented 1 month ago

Looks like CF made another change to Turnstiles again. I'll ship a new release later today to address the changes.

mdmintz commented 1 month ago

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

vmolostvov commented 1 month ago

That was fast enough, thank you!