Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ click_captcha
Method
click_captcha
seleniumbase/undetected/cdp_driver/tab.py:1861–1862 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1859
return
False
1860
1861
async
def
click_captcha(self):
1862
await self.solve_captcha()
1863
1864
async
def
get_document(self):
1865
return
await self.send(cdp.dom.get_document())
Callers
nothing calls this directly
Calls
1
solve_captcha
Method · 0.95
Tested by
no test coverage detected