android_uiautomator_find
Locate Android UI elements by resource ID or text content for automation testing and device control.
Instructions
Find UI elements by resource ID or text using UIAutomator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | No | Resource ID to search for (e.g., com.example.app:id/button_submit) | |
| text | No | Text content to search for | |
| deviceSerial | No | Specific device serial number to target (optional) |