Skip to main content
Glama

Playwright Server MCP

playwright_screenshot

Capture screenshots of web pages or specific elements using CSS selectors for web automation and testing purposes with Playwright.

Instructions

Take a screenshot of the current page or a specific element

Input Schema

NameRequiredDescriptionDefault
nameYes
selectorNoCSS selector for element to screenshot,null is full page

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "selector": { "description": "CSS selector for element to screenshot,null is full page", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Playwright Server MCP

Related Tools

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/blackwhite084/playwright-plus-python-mcp'

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