scroll
Scroll an Android device screen at specified coordinates. Negative dy scrolls up; positive dy scrolls down. Set dx for horizontal scrolling.
Instructions
Scroll at the specified position. dy=negative scrolls UP (reveals content above), dy=positive scrolls DOWN (reveals content below). Use large values (e.g. -400, 500) for meaningful scroll distance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate to scroll at | |
| y | Yes | Y coordinate to scroll at | |
| dx | Yes | Horizontal scroll amount (negative=left, positive=right) | |
| dy | Yes | Vertical scroll: negative=scroll UP (reveal above), positive=scroll DOWN (reveal below) | |
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable description of the action performed | |
| success | Yes | Whether the input action was dispatched to the device |