pilot_press_key
Press keyboard keys or key combinations on web pages to interact with forms, navigate fields, close modals, or execute shortcuts.
Instructions
Press a keyboard key or key combination on the page. Use when the user wants to press Enter to submit a form, Tab to move between fields, Escape to close a modal, ArrowDown to navigate a list, or use any keyboard shortcut.
Parameters:
key: Key name or combination (e.g., "Enter", "Tab", "Escape", "ArrowDown", "Backspace", "Shift+Enter", "Control+a")
Returns: Confirmation of the key pressed.
Errors:
"Unknown key": The key name is not recognized. Use standard Playwright key names (see docs.playwright.dev/key-input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name (e.g. Enter, Tab, Escape, ArrowDown, Shift+Enter) |