browser_press_key
Press a keyboard key on a web page, such as Enter, Tab, Escape, ArrowDown, Backspace, F5, or a single character, to trigger keyboard actions during browser automation.
Instructions
Press a keyboard key on the page. For Enter after typing use browser_type(..., enter=True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name: Enter, Tab, Escape, ArrowDown, Backspace, F5, or a single char. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |