Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ open
Method
open
seleniumbase/core/sb_cdp.py:166–167 ·
view source on GitHub ↗
(self, url, **kwargs)
Source
from the content-addressed store, hash-verified
164
self.get(self.get_current_url(), **kwargs)
165
166
def
open(self, url, **kwargs):
167
self.get(url, **kwargs)
168
169
def
goto(self, url, **kwargs):
170
self.get(url, **kwargs)
Callers
15
main
Function · 0.45
uc_open_with_tab
Function · 0.45
uc_open_with_reconnect
Function · 0.45
uc_open_with_cdp_mode
Function · 0.45
openen
Method · 0.45
ouvrir
Method · 0.45
apri
Method · 0.45
abrir
Method · 0.45
열기
Method · 0.45
открыть
Method · 0.45
を開く
Method · 0.45
开启
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected