We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uc_gui_click_captcha()
1 parent b12765b commit 5119ee0Copy full SHA for 5119ee0
1 file changed
seleniumbase/core/browser_launcher.py
@@ -1217,6 +1217,13 @@ def _uc_gui_click_captcha(
1217
and driver.is_element_present("#challenge-form div > div")
1218
):
1219
frame = "#challenge-form div > div"
1220
+ elif (
1221
+ driver.is_element_present('[name*="cf-turnstile-"]')
1222
+ and driver.is_element_present(
1223
+ '[style="display: grid;"] div div'
1224
+ )
1225
+ ):
1226
+ frame = '[style="display: grid;"] div div'
1227
elif (
1228
driver.is_element_present('[name*="cf-turnstile-"]')
1229
and driver.is_element_present("[class*=spacer] + div div")
0 commit comments