send-keys
Send text input to mobile app UI elements for automation testing. Specify element selector and text to input for automated interaction.
Instructions
Send text input to a UI element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Element selector (e.g., xpath, id) | |
| text | Yes | Text to input | |
| strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) |