ui_scroll
Scroll a UI control programmatically by providing its automation ID, direction (up/down/left/right), and scroll amount. Enables navigation of scrollable views during debugging.
Instructions
Scroll a UI control.
Note: If app is STOPPED at breakpoint, resume with continue_execution() first.
Args: automation_id: AutomationId of the scrollable control direction: "up", "down", "left", "right" amount: Number of scroll units (default 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| direction | No | down | |
| automation_id | Yes |