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

Method run

seleniumbase/undetected/reactor.py:36–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 return not self.event.is_set()
35
36 def run(self):
37 try:
38 asyncio.set_event_loop(self.loop)
39 self.loop.run_until_complete(self.listen())
40 except Exception as e:
41 logger.warning("Reactor.run() => %s", e)
42
43 async def _wait_service_started(self):
44 while True:

Callers 15

mainFunction · 0.45
run_mainFunction · 0.45
mainFunction · 0.45
raw_basic_async.pyFile · 0.45
run_mainFunction · 0.45
raw_xhr_async.pyFile · 0.45
raw_muse_async.pyFile · 0.45
raw_basic_async.pyFile · 0.45

Calls 1

listenMethod · 0.95

Tested by

no test coverage detected