type_text
Input a Unicode string into the currently focused control on a remote Windows PC via native keystrokes. Focus the field before calling.
Instructions
Type a Unicode string into the currently focused control via native input. Does not click first — focus the field (click_target / send_actions) before calling. Side effect: keystrokes on the remote desktop. For form fills (click → type → tab/enter), prefer send_actions in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Literal text to type (not a key combo) | |
| session_id | Yes | Active session id |