MCPcopy Create free account
hub / github.com/microsoft/playwright-python / wait_until_stopped

Method wait_until_stopped

playwright/_impl/_transport.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61 @abstractmethod
62 async def wait_until_stopped(self) -> None:
63 pass
64
65 @abstractmethod
66 async def connect(self) -> None:

Callers 2

stop_syncMethod · 0.45
stop_asyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected