ios_key_sequence
Send key sequences to iOS simulators for automated testing and interaction, using IDB to simulate user input events in development environments.
Instructions
Send a sequence of key events to an iOS simulator. Requires IDB to be installed (brew install idb-companion).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keycodes | Yes | Array of iOS keycodes to send in sequence | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |