find_element
Locate the first UI element matching given attributes such as text, class, or resource ID on an Android device. Returns null if not found.
Instructions
Find the first UI element matching the given (non-None) attributes. Returns None if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| exact | No | ||
| device_id | Yes | ||
| class_name | No | ||
| resource_id | No | ||
| content_desc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |