MCPcopy 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

mainFunction · 0.45
uc_open_with_tabFunction · 0.45
uc_open_with_reconnectFunction · 0.45
uc_open_with_cdp_modeFunction · 0.45
openenMethod · 0.45
ouvrirMethod · 0.45
apriMethod · 0.45
abrirMethod · 0.45
열기Method · 0.45
открытьMethod · 0.45
を開くMethod · 0.45
开启Method · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected