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

Method wheel

playwright/_impl/_input.py:100–101  ·  view source on GitHub ↗
(self, deltaX: float, deltaY: float)

Source from the content-addressed store, hash-verified

98 )
99
100 async def wheel(self, deltaX: float, deltaY: float) -> None:
101 await self._channel.send("mouseWheel", None, locals_to_params(locals()))
102
103
104class Touchscreen:

Callers 1

test_wheel_should_workFunction · 0.45

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45

Tested by 1

test_wheel_should_workFunction · 0.36