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" |
Toolkit di automazione del browser che utilizza Playwright MCP per testare le applicazioni web. Da utilizzare quando viene richiesto di navigare nelle pagine, fare clic sugli elementi, compilare moduli, acquisire screenshot, verificare i componenti dell'interfaccia utente, controllare i log della console, eseguire il debug di problemi di frontend o convalidare il responsive design. Supporta l'interazione live del browser e le istantanee di accessibilità. Fonte: fugazi/test-automation-skills-agents.