Skip to main content
Glama

Playwright MCP

by lewisvoncken
Apache 2.0
275,350
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
keyYesName of the key to press or a character to generate, such as `ArrowLeft` or `a`

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Name of the key to press or a character to generate, such as `ArrowLeft` or `a`", "type": "string" } }, "required": [ "key" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lewisvoncken/playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server