mcp-playwright icon indicating copy to clipboard operation
mcp-playwright copied to clipboard

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

Results 83 mcp-playwright issues
Sort by recently updated
recently updated
newest added

Description When the client sends a request to the FastAPI endpoint for Playwright navigation, the server encounters internal errors but does not return a response. As a result, the client...

Why does the page refresh every time the mcp tool executes the screenshot tool?

I'm not sure if this is an error in the LLM that can be fixed via tuning the prompts in the code generation part of your utility. Example output code:...

import asyncio import os import re from openai import OpenAI from dotenv import load_dotenv from contextlib import AsyncExitStack from mcp import ClientSession, StdioServerParameters from mcp.client.stdio import stdio_client # Load environment...

Start server fails with error :MCP server `playwright-mcp` has tools with invalid parameters which will be omitted. My configuration on VS code: "playwright-mcp": { "type": "stdio", "command": "npx", "args": [...

Hi Team, is there a way to clear caches and histories from browser using MCP tools? Thanks, Wasim Raja

Description When we have a link or button that will open a new page/tab, we are not able to switch to that tab using MCP server now. Expected Behavior When...

### Description When running E2E test with Playwright, test may failed for many reasons. QA team has to run test manually, read trace viewer to debug, update code and loop...