Send Text Input
input_textTypes a provided text string into the active input field on a Roku device, appending to existing content. Use for automated text entry during testing.
Instructions
Type a literal text string into whatever input field is currently focused on the device (ECP /input endpoint). Requires a text field to already be focused — use keypress to navigate into one first. Mutates the focused field: repeated calls append, so this is NOT read-only or idempotent. Use this instead of sending characters as individual keypress keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to send. | |
| device | No | Target device — IP (e.g. "192.168.1.154") or serial (e.g. "X00046N6S6F"). Omit to use the focused device. |