scroll_to_text
Scroll the Android screen until specified text becomes visible, using configurable direction and scroll limits.
Instructions
Scroll the screen until an element with specific text is visible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for | |
| direction | No | Scroll direction (default: down) | |
| maxScrolls | No | Maximum scroll attempts (default: 10) |