We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6bbf9 commit 43d771aCopy full SHA for 43d771a
playwright/_impl/_frame.py
@@ -801,9 +801,7 @@ async def uncheck(
801
await self._channel.send("uncheck", self._timeout, locals_to_params(locals()))
802
803
async def wait_for_timeout(self, timeout: float) -> None:
804
- await self._channel.send(
805
- "waitForTimeout", self._timeout, locals_to_params(locals())
806
- )
+ await self._channel.send("waitForTimeout", None, locals_to_params(locals()))
807
808
async def wait_for_function(
809
self,
0 commit comments