android_ui_set_text
Replaces text in an editable Android UI element matching a selector, using an optional index to target specific instances.
Instructions
Replace text in the Nth editable accessibility element matching a selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| index | No | ||
| value | Yes | ||
| viewId | No | ||
| enabled | No | ||
| visible | No | ||
| editable | No | ||
| className | No | ||
| clickable | No | ||
| description | No | ||
| packageName | No | ||
| textContains | No | ||
| caseSensitive | No | ||
| descriptionContains | No |