Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
43
def
main():
44
test = RequestPausedTest()
45
asyncio.run(test.start_test())
46
47
48
if
__name__ ==
"__main__"
:
Callers
1
raw_req_async.py
File · 0.70
Calls
3
start_test
Method · 0.95
RequestPausedTest
Class · 0.85
run
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…