mouse_scroll
Scroll the mouse wheel vertically by a specified number of clicks. Positive values scroll up, negative down; optionally move the cursor to a position before scrolling.
Instructions
Scroll the mouse wheel vertically.
Args: params (ScrollInput): amount (positive up / negative down) and optional position.
Returns: str: JSON confirming the scroll amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |