browser_press
Simulate keyboard key presses in the browser. Use modifiers to combine with Alt, Ctrl, Meta, or Shift for automated testing and interactions.
Instructions
Press a key. modifiers is a bitfield: 1=Alt, 2=Ctrl, 4=Meta, 8=Shift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| modifiers | No |