Skip to main content
Glama

Playwright MCP

by furugen

browser_press_key

Simulate key presses in browser automation workflows. Specify the key name (e.g., 'Enter' or 'a') to interact with web pages programmatically using the Playwright MCP server.

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/furugen/playwright-mcp'

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