Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ request_pause
Method
request_pause
playwright/_impl/_debugger.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
self.emit(Debugger.Events.PausedStateChanged)
39
40
async
def
request_pause(self) -> None:
41
await self._channel.send(
"requestPause"
, None)
42
43
async
def
resume(self) -> None:
44
await self._channel.send(
"resume"
, None)
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