device_find_element
Find a UI element on an Android device by visible text or content description. Returns element center coordinates in PHYSICAL pixels — use directly with device_tap (no scaling needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text of the element | |
| udid | Yes | Device serial number (UDID) | |
| resourceId | No | Resource ID of the element (e.g. com.android.chrome:id/url_bar) | |
| contentDesc | No | Content description (accessibility label) of the element |