adb_find_element
Find UI elements on Android by their attributes (resource ID, text, content description, class, state) using uiautomator.
Instructions
Find UI elements by their attributes using uiautomator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| serial | Yes | ||
| enabled | No | ||
| clickable | No | ||
| focusable | No | ||
| class_name | No | ||
| resource_id | No | ||
| content_desc | No |