zerodom_press_key
Press a key on a focused DOM node to trigger keyboard actions like Enter, Escape, or Tab. Simulates user input for forms, modals, and keyboard-only widgets.
Instructions
Press a key while a node is focused and return what changed.
key uses Playwright's key names ("Enter", "Escape", "Tab", "ArrowDown", ...). For "press Enter to submit" forms, "Escape to close a modal", and keyboard-only widgets a click/fill can't drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |