playwright_press_key
Simulate keyboard key presses in a browser environment. Specify the key and optionally a CSS selector to focus on an element before pressing the key. Useful for automating web interactions.
Instructions
Press a keyboard key
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 |