playwright_press_key
Press a keyboard key such as 'Enter' or 'ArrowDown' on a web page, with an optional CSS selector to focus a specific element first.
Instructions
Press a keyboard key (optionally focusing an element first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press (e.g. 'Enter', 'ArrowDown', 'a') | |
| selector | No | Optional CSS selector to focus before pressing key |