Skip to main content
Glama

Selenium MCP Server

browser_open

Launch a new browser session in Chrome, Firefox, or Edge using Selenium WebDriver. Configure headless mode and customize with additional browser arguments for automated web interactions.

Instructions

Open a new browser session

Input Schema

NameRequiredDescriptionDefault
browserYesBrowser to launch
optionsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "browser": { "description": "Browser to launch", "enum": [ "chrome", "firefox", "edge" ], "type": "string" }, "options": { "additionalProperties": false, "properties": { "arguments": { "description": "Additional browser arguments", "items": { "type": "string" }, "type": "array" }, "headless": { "description": "Run browser in headless mode", "type": "boolean" } }, "type": "object" } }, "required": [ "browser" ], "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