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

It worked normally the first time, but this issue appeared afterwards. ![Image](https://github.com/user-attachments/assets/fb8d09d0-992b-4b89-9662-62ac6930b7ae)

Add two functions to get the current page content either in plain text or html. So the Client is able to figure out the CSS selectors for further interactions by...

I hope to add support for the Firefox browser. For example, you can select the Firefox browser through parameter settings because some websites cannot be opened via Chrome

I'm trying out this MCP server, and I can get it to navigate and take screenshots, but the response shows the screenshots as being saved in my user's "Downloads" folder,...

![Image](https://github.com/user-attachments/assets/43be0789-f9f2-4b05-a733-9872438b12e1)

Check out accessibility trees and how they can provide better context to LLMs than HTML and regular selectors. A couple of hints: - page.accessibility.snapshot() - page.get_by_role()

![Image](https://github.com/user-attachments/assets/c35a5d83-f767-4c7a-8d54-2e8f556bcddf)

We can request new tools for recording performed actions and generate code based on them. Use case: Generate code based on the next actions: 1) Go to google.com 2) fill...