Press Key
pressPress a keyboard key on the focused element to submit forms, dismiss dialogs, or navigate using keys like Enter, Escape, Tab, and arrows. Returns an updated page snapshot.
Instructions
Press a single keyboard key with optional modifiers, dispatched to the focused element. Use for submitting with Enter, dismissing with Escape, or keyboard navigation (Tab, arrows); use type to enter text. Returns a fresh page snapshot with any resulting changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press on the focused element, e.g. Enter to submit, Escape to dismiss, Tab to move focus, or the arrow keys to navigate. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. | |
| modifiers | No | Modifier keys to hold while the key is pressed (e.g. Control, Shift). |