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

Function start_sync

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

Source from the content-addressed store, hash-verified

768
769
770def start_sync(*args, **kwargs) -> Browser:
771 loop = kwargs.pop("loop", None)
772 if not (loop and hasattr(loop, "create_task")):
773 loop = asyncio.new_event_loop()
774 return loop.run_until_complete(start(*args, **kwargs))
775
776
777async def create_from_driver(driver) -> 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…