browser_press_key
Simulate key presses in a browser automation workflow using Playwright MCP. Send specific key inputs like 'ArrowLeft' or 'a' to interact with web pages programmatically.
Instructions
Press a key on the keyboard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Name of the key to press or a character to generate, such as `ArrowLeft` or `a` |