Tap element
tapElementFind an Android UI element by text, resource ID, or content description and tap its center coordinate to trigger the action.
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 |