Cannot find cloudflare iframe after the last update to the cf #2917
SaberTawfiq
started this conversation in
General
Replies: 2 comments 1 reply
-
Обновите 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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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