Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ resume
Method
resume
playwright/_impl/_clock.py:55–58 ·
view source on GitHub ↗
( self, )
Source
from the content-addressed store, hash-verified
53
)
54
55
async
def
resume(
56
self,
57
) -> None:
58
await self._browser_context._channel.send(
"clockResume"
, None)
59
60
async
def
run_for(
61
self,
Callers
1
test_should_pause_and_resume
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
1
test_should_pause_and_resume
Function · 0.36