Find element
findElementLocate Android UI elements by text, resource ID, class, or other attributes for inspection and interaction.
Instructions
Find UI elements by criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| class | No | ||
| serial | No | ||
| checkable | No | ||
| clickable | No | ||
| resourceId | No | ||
| contentDesc | No | ||
| textContains | No | ||
| caseInsensitive | No | ||
| resourceIdContains | No | ||
| contentDescContains | No | ||
| normalizeWhitespace | No |