Skip to main content
Glama

AI Vision Debug MCP Server

playwright_press_key

Simulate keyboard key presses on web elements, optionally focusing on a specific UI element first, to facilitate UI testing and automation with AI vision capabilities.

Instructions

Press a keyboard key (optionally focusing an element first)

Input Schema

NameRequiredDescriptionDefault
keyYesKey to press (e.g. 'Enter', 'ArrowDown', 'a')
selectorNoOptional CSS selector to focus before pressing key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key to press (e.g. 'Enter', 'ArrowDown', 'a')", "type": "string" }, "selector": { "description": "Optional CSS selector to focus before pressing key", "optional": true, "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/samihalawa/mcp-server-ai-vision'

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