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" |
Kit de herramientas de automatización del navegador que utiliza Playwright MCP para probar aplicaciones web. Úselo cuando se le solicite navegar por páginas, hacer clic en elementos, completar formularios, tomar capturas de pantalla, verificar componentes de la interfaz de usuario, verificar registros de la consola, depurar problemas de interfaz o validar el diseño responsivo. Admite interacción en vivo con el navegador e instantáneas de accesibilidad. Fuente: fugazi/test-automation-skills-agents.