android_uiautomator_set_text
Set text on Android UI elements by resource ID using UIAutomator automation. Input text into text fields, forms, or input boxes during Android app testing.
Instructions
Set text on a UI element by resource ID using UIAutomator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | Resource ID of the element (e.g., com.example.app:id/text_input) | |
| text | Yes | Text to set in the element | |
| deviceSerial | No | Specific device serial number to target (optional) |