Send keys
browser_send_keysSend individual key presses or keyboard shortcuts, like Enter, Tab, or Control+A, to the focused browser element; use browser_type for literal text.
Instructions
Send individual key presses / keyboard shortcuts to the focused element. For typing literal text prefer browser_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | List of keys to press in sequence, e.g. ["Control", "a"] or ["Enter"]. Use key names like "Enter", "Tab", "Escape", "ArrowDown", "Control", "Shift", etc. | |
| repeat | No | Repeat the key sequence this many times (default 1) |