(self, timeout: float)
| 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, |
no outgoing calls