Cannot find cloudflare iframe after the last update to the cf #2917
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Обновите SeleniumBase python.exe -m pip install seleniumbase==4.28.5 Обновите Chrome Обновите свой код, после открытие страницы sb.uc_open_with_reconnect("https://seleniumbase.io/apps/turnstile") Добавьте после sb.uc_gui_handle_cf() Пример `from seleniumbase import SB with SB(uc=True, test=True) as sb: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After the CF update today cannot find the iframe
the code that checking for and still cannot find it
def click_turnstile_and_verify(sb, excel_file_path):
Beta Was this translation helpful? Give feedback.
All reactions