browser_key_down_up
Simulate individual keydown and keyup events to trigger custom keyboard combinations or modifier actions in browser automation.
Instructions
Fires a separate keydown or keyup event for custom key combinations or modifier actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Name of the key (e.g., 'Shift', 'Control', 'a', 'ArrowUp'). | |
| action | Yes | Whether to press ('down') or release ('up') the key. |