diff --git a/cdp_patches/input/async_input.py b/cdp_patches/input/async_input.py index b736214..9c35ed1 100644 --- a/cdp_patches/input/async_input.py +++ b/cdp_patches/input/async_input.py @@ -130,7 +130,7 @@ async def double_click( ) -> None: x, y = int(x), int(y) - await self.click(button=button, x=x, y=y, timeout=timeout, emulate_behaviour=emulate_behaviour, pressed=pressed) + await self.click(button=button, x=x, y=y, timeout=timeout, emulate_behaviour=emulate_behaviour) if self.emulate_behaviour and emulate_behaviour: await self._sleep_timeout(random.uniform(0.14, 0.21)) # await self._sleep_timeout(timeout=timeout)