browser_press_key
Simulates pressing a specified key on the keyboard within the browser. Supports single keys and combinations like 'Control+c'.
Instructions
Press a key on the keyboard. Use key names like 'ArrowLeft', 'Enter', 'Escape', 'a', 'Control+c', etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press (e.g., 'Enter', 'Escape', 'ArrowDown', 'Control+a') |