browser_press_key
Simulate a keyboard key press in a browser session to trigger shortcuts, navigate forms, or send input characters programmatically.
Instructions
Press a key on the keyboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Name of the key to press or a character to generate, such as `ArrowLeft` or `a` | |
| sessionId | No | Target session ID. Omit to use the active session. |