ios_send_keys
Type text into the FOCUSED field on an iOS device — tap a text field first. Use \n in text to press the Return/Go key (e.g. "user@example.com\n" to submit). Refuses when nothing is focused instead of reporting a success it cannot back: WDA accepts the keystrokes either way, so with no focused field the text goes nowhere and the old behaviour still said it was typed. Pass force:true to send anyway (rare — for surfaces where the active element is not reported). Requires an active iOS automation session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. Use \n to press Return/Go key. | |
| udid | Yes | iOS device UDID | |
| force | No | Send even when no focused field is reported (default: false) |