Skip to main content
Glama

Selenium MCP Server

browser_key_press

Automate browser interactions by simulating key presses like 'Enter', 'Tab', or specific characters using Selenium WebDriver for efficient web testing and navigation.

Instructions

Press a key on the keyboard

Input Schema

NameRequiredDescriptionDefault
keyYesKey to press (e.g., 'Enter', 'Tab', 'a', etc.)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Key to press (e.g., 'Enter', 'Tab', 'a', etc.)", "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/pshivapr/selenium-mcp'

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