appium_set_value
Enter text into mobile app elements for automated testing. Target a specific element with a UUID or use W3C actions to type into the focused field on Android and iOS.
Instructions
Enter text into an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to enter | |
| sessionId | No | Session ID to target. If omitted, uses the active session. | |
| w3cActions | No | When true, type text via the W3C Actions API (performActions) instead of the driver-specific setValue. No elementUUID needed — key events are sent to whatever element currently has focus. Works on both Android and iOS. | |
| elementUUID | No | Element ID from appium_find_element. |