scroll
Scroll content in any direction at specified screen coordinates or current cursor position. Control scroll amount and cursor movement speed for precise navigation.
Instructions
Scroll at specified coordinates (or current cursor position). direction: 'up'|'down'|'left'|'right'. amount: scroll clicks (default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Scroll direction | |
| amount | No | Number of scroll steps (default 3) | |
| x | No | X coordinate to scroll at (moves cursor there first) | |
| y | No | Y coordinate to scroll at | |
| speed | No | Cursor movement speed in px/sec. 0 = instant. | |
| homing | No | Enable homing correction if the target window moved. | |
| windowTitle | No | Partial title of the target window. |