android_uiautomator_click
Click Android UI elements by resource ID using UIAutomator for automated testing and device control.
Instructions
Click on a UI element by resource ID using UIAutomator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | Resource ID of the element to click (e.g., com.example.app:id/button_submit) | |
| deviceSerial | No | Specific device serial number to target (optional) |