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.
1 parent a014dc9 commit 92a9768Copy full SHA for 92a9768
1 file changed
seleniumbase/core/browser_launcher.py
@@ -1249,6 +1249,8 @@ def _uc_gui_click_captcha(
1249
ctype=None,
1250
):
1251
cdp_mode_on_at_start = __is_cdp_swap_needed(driver)
1252
+ if cdp_mode_on_at_start and (not ctype or ctype == "cf_t"):
1253
+ return driver.cdp.gui_click_captcha()
1254
_on_a_captcha_page = None
1255
if ctype == "cf_t":
1256
if not _on_a_cf_turnstile_page(driver):
0 commit comments