press_key
Simulate keyboard presses with modifier keys, repeat count, and natural delay for browser automation and testing.
Instructions
Press keyboard keys with configurable modifier keys, repeat count, and keystroke delay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name (e.g. Enter, Tab, ArrowDown, a) | |
| count | No | Number of times to press the key | |
| modifiers | No | Modifier keys (Alt, Control, Meta, Shift) | |
| humanDelay | No | Add natural delay between repeated presses |