ios_input_text
Type text into active iOS simulator input fields for automated testing and debugging. Works with IDB companion tool to simulate user input during development.
Instructions
Type text into the active input field on an iOS simulator. Requires IDB to be installed (brew install idb-companion).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the active input field | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |