Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ goto
Method
goto
seleniumbase/undetected/cdp_driver/tab.py:378–379 ·
view source on GitHub ↗
(self, url="about:blank")
Source
from the content-addressed store, hash-verified
376
return
await self.get(url=url)
377
378
async
def
goto(self, url=
"about:blank"
):
379
return
await self.get(url=url)
380
381
async
def
query_selector_all(
382
self,
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected