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

Function uc_gui_click_rc

seleniumbase/core/browser_launcher.py:1743–1750  ·  view source on GitHub ↗
(driver, frame="iframe", retry=False, blind=False)

Source from the content-addressed store, hash-verified

1741
1742
1743def uc_gui_click_rc(driver, frame="iframe", retry=False, blind=False):
1744 _uc_gui_click_captcha(
1745 driver,
1746 frame=frame,
1747 retry=retry,
1748 blind=blind,
1749 ctype="g_rc",
1750 )
1751
1752
1753def uc_gui_click_cf(driver, frame="iframe", retry=False, blind=False):

Callers 1

get_local_driverFunction · 0.85

Calls 1

_uc_gui_click_captchaFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…