
Playwright
executeautomation/mcp-playwrightFastest way to test your APIs and UI in Playwright with AI 🤖
- Version
- 0.2.6
- Type
- Community Servers
- Categories
- ProductivityDevelopment
Tools
12playwright_navigate
Navigate to a URL
Parameter Type Description url*string — playwright_screenshot
Take a screenshot of the current page or a specific element
Parameter Type Description name*string — selectorstring — widthnumber — heightnumber — storeBase64boolean — savePngboolean — downloadsDirstring — playwright_click
Click an element on the page
Parameter Type Description selector*string — playwright_fill
fill out an input field
Parameter Type Description selector*string — value*string — playwright_select
Select an element on the page with Select tag
Parameter Type Description selector*string — value*string — playwright_hover
Hover an element on the page
Parameter Type Description selector*string — playwright_evaluate
Execute JavaScript in the browser console
Parameter Type Description script*string — playwright_get
Perform an HTTP GET request
Parameter Type Description url*string — playwright_post
Perform an HTTP POST request
Parameter Type Description url*string — value*string — playwright_put
Perform an HTTP PUT request
Parameter Type Description url*string — value*string — playwright_patch
Perform an HTTP PATCH request
Parameter Type Description url*string — value*string — playwright_delete
Perform an HTTP DELETE request
Parameter Type Description url*string —
Resources
1Browser console logs
Logs from the browser's JavaScript console
console://logs
Prompts
0No prompts available for this server