chrome_press_key
Press a keyboard key in Chrome to simulate user input for browser automation. Provide a key and optional modifiers like Shift or Control to trigger shortcuts or navigate web content.
Instructions
Press a keyboard key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press (e.g., Enter, Tab, Escape, ArrowDown, Backspace, a, etc.) | |
| modifiers | No | Modifier keys to hold (optional) | |
| tab_index | No | Tab index (optional) |