Tap element
tapElementLocate any Android UI element by text, resource ID, or content description, then tap its center to trigger interactions.
Instructions
Find an element and tap its center coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| class | No | ||
| index | No | ||
| serial | No | ||
| resourceId | No | ||
| contentDesc | No | ||
| textContains | No | ||
| caseInsensitive | No | ||
| preferClickable | No | ||
| resourceIdContains | No | ||
| contentDescContains | No | ||
| normalizeWhitespace | No |