ui_scroll
Scroll a UI control by specifying its automation ID, direction (up/down/left/right), and optional scroll amount. Resume app execution first if paused at a breakpoint.
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 |
|---|---|---|---|
| automation_id | Yes | ||
| direction | No | down | |
| amount | No |