Pwmcp
@bezkoder
About Pwmcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
]
}
}
}Tools
33Start a new code generation session to record Playwright actions
End a code generation session and generate the test file
Get information about a code generation session
Clear a code generation session without generating a test
Navigate to a URL
Take a screenshot of the current page or a specific element
Click an element on the page
Click an element in an iframe on the page
Fill an element in an iframe on the page
fill out an input field
Select an element on the page with Select tag
Hover an element on the page
Upload a file to an input[type='file'] element on the page
Execute JavaScript in the browser console
Retrieve console logs from the browser with filtering options
Resize the browser viewport using manual dimensions or device presets. Supports 143+ device presets including iPhone, iPad, Android devices, and desktop browsers with proper user-agent and touch emulation.
Close the browser and release all resources
Perform an HTTP GET request
Perform an HTTP POST request
Perform an HTTP PUT request
Perform an HTTP PATCH request
Perform an HTTP DELETE request
Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.
Wait for and validate a previously initiated HTTP response wait operation.
Set a custom User Agent for the browser
Get the visible text content of the current page
Get the HTML content of the current page. By default, all <script> tags are removed from the output unless removeScripts is explicitly set to false.
Navigate back in browser history
Navigate forward in browser history
Drag an element to a target location
Press a keyboard key
Save the current page as a PDF file
Click a link and switch to the newly opened tab
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments