MCPcopy Index your code
hub / github.com/microsoft/playwright-python / wait_for_timeout

Method wait_for_timeout

playwright/_impl/_page.py:1134–1135  ·  view source on GitHub ↗
(self, timeout: float)

Source from the content-addressed store, hash-verified

1132 return await self._main_frame.uncheck(**locals_to_params(locals()))
1133
1134 async def wait_for_timeout(self, timeout: float) -> None:
1135 await self._main_frame.wait_for_timeout(timeout)
1136
1137 async def wait_for_function(
1138 self,

Calls

no outgoing calls