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

Method gui_click_captcha

seleniumbase/core/sb_cdp.py:2425–2427  ·  view source on GitHub ↗

Use PyAutoGUI to click the CAPTCHA

(self)

Source from the content-addressed store, hash-verified

2423 self.__click_captcha(use_cdp=True)
2424
2425 def gui_click_captcha(self):
2426 """Use PyAutoGUI to click the CAPTCHA"""
2427 self.__click_captcha(use_cdp=False)
2428
2429 def __click_captcha(self, use_cdp=False):
2430 """Uses PyAutoGUI unless use_cdp == True"""

Callers 2

_uc_gui_click_captchaFunction · 0.80
mainFunction · 0.80

Calls 1

__click_captchaMethod · 0.95

Tested by

no test coverage detected