MCPcopy 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

Calls 1

sendMethod · 0.45

Tested by 1