scroll_to_element
Scrolls automatically to locate and display specific UI elements on Android devices using criteria like resource ID, text, or content description.
Instructions
Scroll down repeatedly until an element matching the given criteria is visible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | How to find the element | |
| value | Yes | Value to match | |
| max_scrolls | No | Maximum scroll attempts (default 10) | |
| device_id | No | Device ID (optional if only one device) |