ios_type
Types text into a focused UI field on an iOS device or simulator. Specify a ref or target to focus first, optionally clear existing content and press submit.
Instructions
Type into a field, focusing it first when a ref or target is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | A ref from the last observation, such as 'e7'. Preferred. | |
| text | Yes | Text to type. Never a password; see ios_type_secret. | |
| submit | No | Press return afterwards. | |
| target | No | Plain description of the element, e.g. 'the Send button'. Used if no ref. | |
| approve | No | Signature returned by a previous action_requires_approval error. | |
| idem_key | No | Optional key making a retry a no-op. Pass the same key when repeating an action you are unsure completed. | |
| clear_first | No | Replace the field's contents. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||