Skip to main content
Glama

Playwright MCP

browser_press_key

Simulate a key press in a browser for automation tasks using Playwright MCP. Specify the key to press, such as '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/manishamishraacc/mcp'

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