send_keys
Send keyboard input to the focused window, simulating OS-level key events for key combos, navigation, or typing into unaddressable controls.
Instructions
Send keyboard input. Each action can be a pause (ms delay), text to type, or a virtual key code press/release. Simulates real OS-level key events sent to whatever window currently has keyboard focus — the target window must be focused, and this cannot target a specific element. Use for key combos (Ctrl+C, Alt+Tab), navigation keys, or typing into controls that have no addressable element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Sequence of keyboard actions to perform | |
| forceUnicode | No | Use Unicode input method for special characters |