MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / solve_captcha

Method solve_captcha

seleniumbase/core/sb_cdp.py:2418–2419  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2416 return False
2417
2418 def solve_captcha(self):
2419 self.__click_captcha(use_cdp=True)
2420
2421 def click_captcha(self):
2422 """Same as solve_captcha()"""

Callers 15

raw_games.pyFile · 0.45
raw_turnstile.pyFile · 0.45
raw_cf.pyFile · 0.45
raw_gitlab.pyFile · 0.45
raw_ahrefs.pyFile · 0.45
test_presentation_4Method · 0.45
test_multi_threadedFunction · 0.45
raw_cf_captcha.pyFile · 0.45
raw_gas_records.pyFile · 0.45

Calls 1

__click_captchaMethod · 0.95

Tested by 3

test_presentation_4Method · 0.36
test_multi_threadedFunction · 0.36