browser_press_key
Simulate keyboard key presses, such as ArrowLeft or 'a', to trigger browser interactions. Useful for automating key-based actions and shortcuts in web pages.
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` |