scroll
Moves the mouse wheel at specified screen coordinates to navigate content vertically or horizontally. Use pixel positions and distance values to control direction.
Instructions
Scroll the mouse wheel at the specified coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Horizontal position (pixel coordinate in the screenshot coordinate space) | |
| y | Yes | Vertical position (pixel coordinate in the screenshot coordinate space) | |
| vertical_distance | No | Vertical scroll distance (positive = up, negative = down) | |
| horizontal_distance | No | Horizontal scroll distance (positive = right, negative = left) |