browser_press
Press a single key (e.g., Enter, Escape, Tab, ArrowDown) on a web page or app after optionally focusing an element.
Instructions
Press a single key (e.g. Enter, Escape, Tab, ArrowDown) on the page. For typing text use browser_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name to press, e.g. Enter, Escape, Tab, ArrowDown. | |
| selector | No | Optional CSS selector to focus before pressing the key. |