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

Function main

examples/cdp_mode/raw_req_async.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42@decorators.print_runtime("RequestPausedTest")
43def main():
44 test = RequestPausedTest()
45 asyncio.run(test.start_test())
46
47
48if __name__ == "__main__":

Callers 1

raw_req_async.pyFile · 0.70

Calls 3

start_testMethod · 0.95
RequestPausedTestClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…