tap_element
Locate a UI element on an Android device by text, class, resource ID, or content description and tap its center. Returns an error if no match is found.
Instructions
Find a UI element by attribute(s) and tap its center. Raises if no match is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| exact | No | ||
| device_id | Yes | ||
| class_name | No | ||
| resource_id | No | ||
| content_desc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||