MCPcopy 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

Calls 1

sendMethod · 0.45

Tested by 1