browser_press_key
Press a keyboard key on a specific browser tab, enabling automated keyboard input for web interactions.
Instructions
Press a keyboard key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press, e.g. "Enter", "Escape", "Tab", "ArrowDown". | |
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |