This skill enables comprehensive browser-based testing and debugging for web applications using Playwright MCP. It provides live browser interaction, UI validation, screenshot capture, console log inspection, and accessibility verification to ensure your web application behaves as expected.
Activation: This skill is triggered when you need to interact with a browser, validate UI elements, capture screenshots, or debug web application issues.
| browsernavigate | Go to a URL | "Navigate to http://localhost:3000/login" | | browserclick | Click elements | "Click the Submit button" | | browserfillform | Fill input fields | "Fill the email field with test@example.com" | | browserhover | Hover over elements | "Hover over the dropdown menu" | | browserpresskey | Keyboard input | "Press Enter" |
Browser automation toolkit using Playwright MCP for testing web applications. Use when asked to navigate pages, click elements, fill forms, take screenshots, verify UI components, check console logs, debug frontend issues, or validate responsive design. Supports live browser interaction and accessibility snapshots. Source: fugazi/test-automation-skills-agents.