Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
104
class
Touchscreen:
Callers
1
test_wheel_should_work
Function · 0.45
Calls
2
locals_to_params
Function · 0.90
send
Method · 0.45
Tested by
1
test_wheel_should_work
Function · 0.36