mouse_scroll
Scroll web pages or applications by specifying coordinates and direction. Control scrolling distance and detect screen changes to navigate content effectively.
Instructions
Scroll at a position. direction: up/down/left/right. amount: number of scroll steps (max 5).
Returns a dict with:
action: description of what was performed.
screen_changed: whether the 200x200 px zone around the scroll point visibly changed within 2 s. If false the page may already be at the scroll boundary.
reaction_time_ms: how quickly the change was detected (ms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| direction | No | down | |
| amount | No |