press
Focus a webpage element and send keyboard keys like Enter, Tab, or Escape to automate browser interactions.
Instructions
Focus an element and press a keyboard key (e.g. Enter, Tab, Escape, ArrowDown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name, e.g. Enter, Tab, Escape, ArrowDown. | |
| selector | Yes | CSS or XPath selector of the element to focus. |