Skip to main content
Glama

MCP-Undetected-Chromedriver

by dragons96

browser_press_key

Press specified keys in a Chrome browser controlled by MCP-Undetected-Chromedriver, with optional focus on elements via CSS selector.

Instructions

Press a key on the keyboard

Args: key: The key to press - required, (e.g. 'Enter', 'ArrowDown', 'a') selector: Optional CSS selector to focus on before pressing the key - optional

Input Schema

NameRequiredDescriptionDefault
keyYes
selectorNo

Input Schema (JSON Schema)

{ "properties": { "key": { "title": "Key", "type": "string" }, "selector": { "default": null, "title": "Selector", "type": "string" } }, "required": [ "key" ], "title": "browser_press_keyArguments", "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/dragons96/mcp-undetected-chromedriver'

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