Press Key
pressDispatch a keyboard key (Enter, Escape, Tab, arrows) to the focused element to submit, dismiss, or navigate. Returns 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). |