type_text
Types text into the currently focused input field on Android and iOS simulators for mobile UI testing. Supports Unicode when ADBKeyboard is installed.
Instructions
Type text into the currently focused input field. Unicode is supported when ADBKeyboard is installed on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to type | |
| device_id | No | Target device ID. If omitted, uses the default device. |