browser_press_key
Press a keyboard key in a chosen browser tab to trigger shortcuts, navigate forms, or execute page actions. Specify the key and tab, or use the active tab.
Instructions
Press a keyboard key in the specified tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name (e.g. Enter, Escape, Tab, ArrowDown, Backspace) | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). |