ios_type_secret
Type a stored secret from the host keychain directly into an iOS device without exposing its value in the transcript. Use for passwords and one-time codes.
Instructions
Type a stored secret without ever seeing its value.
The value is read from the host keychain and sent straight to the
device. Use this for every password and one-time code; never put a
real credential into ios_type, where it would enter the transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | A ref from the last observation, such as 'e7'. Preferred. | |
| submit | No | Press return afterwards. | |
| target | No | Plain description of the element, e.g. 'the Send button'. Used if no ref. | |
| idem_key | No | Optional key making a retry a no-op. Pass the same key when repeating an action you are unsure completed. | |
| secret_ref | Yes | Name of a stored secret, e.g. 'icloud-password'. Not the value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||