MCPcopy 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_patchedMethod · 0.45
patch_exeMethod · 0.45
patch_exe_betaMethod · 0.45
inspector_openMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected