Tap UI Element by Text
adb_tap_textSearches for a UI element by text, ID, or content description using regex partial match and taps its center point.
Instructions
Find UI element by text/ID/content-desc and tap its center. Regex partial match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for (case-insensitive partial match) | |
| type | No | Match type | text |
| wait_ms | No | Wait time before tap in ms |