press_key
Send a single keystroke to an open browser tab to submit forms, move between fields, or dismiss dialogs.
Instructions
Press a single key in an open tab (e.g. "Enter" to submit a focused form, "Tab" to move between fields, "Escape" to dismiss a dialog).
Args: tab_id: The handle from open_tab. key: The key name, e.g. "Enter".
Returns: JSON with the resulting url and fresh ref count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | ||
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |