android_ui_find
Locate visible Android UI elements by text, description, class, or state to enable targeted interactions.
Instructions
Find visible accessibility elements by text, description, view id, class, package or state. Prefer this over coordinate guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| limit | No | ||
| viewId | No | ||
| enabled | No | ||
| visible | No | ||
| editable | No | ||
| className | No | ||
| clickable | No | ||
| description | No | ||
| packageName | No | ||
| textContains | No | ||
| caseSensitive | No | ||
| descriptionContains | No |