Skip to main content
Glama

Selenium MCP Server

browser_screenshot

Capture screenshots of web pages during browser automation for documentation, testing, or monitoring purposes. Save to file path or receive base64 data.

Instructions

Take a screenshot of the current page

Input Schema

NameRequiredDescriptionDefault
outputPathNoOptional path where to save the screenshot. If not provided, returns base64 data.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputPath": { "description": "Optional path where to save the screenshot. If not provided, returns base64 data.", "type": "string" } }, "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