ui_scroll
Scroll a UI control by providing its automation ID, direction, and scroll amount. Ensure the app is not stopped at a breakpoint before scrolling.
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 |