android_scroll_to
Incrementally scroll an Android screen to find and reveal a UI element matching specified attributes, stopping when it becomes visible or the UI no longer changes.
Instructions
Scroll in bounded steps until a semantic selector becomes visible or the UI stops changing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| viewId | No | ||
| enabled | No | ||
| visible | No | ||
| editable | No | ||
| maxSteps | No | ||
| className | No | ||
| clickable | No | ||
| direction | No | down | |
| timeoutMs | No | ||
| description | No | ||
| packageName | No | ||
| textContains | No | ||
| caseSensitive | No | ||
| descriptionContains | No |