find_element
Locate Android UI elements by text, resource ID, or class name to enable automated testing and interaction with mobile applications.
Instructions
Find UI elements by text, resource ID, or other criteria (Android only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Find by text (partial match, case-insensitive) | |
| resourceId | No | Find by resource ID (partial match) | |
| className | No | Find by class name | |
| clickable | No | Filter by clickable state | |
| platform | No | Target platform. If not specified, uses the active device. |