find_and_tap
Find a UI element by its text and tap it. Combines UI hierarchy dump with targeted tap.
Instructions
Find a UI element by its text and tap on it.
This combines dump_ui + tap_screen: dumps the UI hierarchy, finds an element matching the given text, and taps its center.
Args: text: Text to search for in UI elements (partial match, case-insensitive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |