Find UI elements with filters
android.ui.findElementLocate UI elements on Android screens using text, IDs, or descriptions to retrieve coordinates for automated tapping and interaction.
Instructions
Finds UI elements in the current screen by text, resource-id, class, or content-desc. Returns matching elements with their center coordinates for easy tapping.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| text | No | ||
| resourceId | No | ||
| className | No | ||
| contentDesc | No |