Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ open
Method
open
seleniumbase/undetected/cdp_driver/tab.py:375–376 ·
view source on GitHub ↗
(self, url="about:blank")
Source
from the content-addressed store, hash-verified
373
)
374
375
async
def
open(self, url=
"about:blank"
):
376
return
await self.get(url=url)
377
378
async
def
goto(self, url=
"about:blank"
):
379
return
await self.get(url=url)
Callers
8
is_binary_patched
Method · 0.45
patch_exe
Method · 0.45
is_binary_patched_beta
Method · 0.45
patch_exe_beta
Method · 0.45
inspector_open
Method · 0.45
open_external_inspector
Method · 0.45
save
Method · 0.45
load
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected