MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / start_async

Function start_async

seleniumbase/undetected/cdp_driver/cdp_util.py:766–767  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

764
765
766async def start_async(*args, **kwargs) -> Browser:
767 return await start(*args, **kwargs)
768
769
770def start_sync(*args, **kwargs) -> Browser:

Callers

nothing calls this directly

Calls 1

startFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…