What problem does it solve? Manually verifying frontend behavior, debugging UI issues, and capturing browser state is slow and error-prone. This Skill automates browser interactions with Playwright so you can validate functionality, inspect console logs, and capture screenshots without repetitive manual clicking. ## Core Features & Use Cases - Browser Automation: Navigate pages, click elements, fill forms, select dropdowns, and handle dialogs in a real browser. - Verification & Debugging: Assert element presence, verify text content, capture screenshots, and inspect console logs and network requests. - Helper Utilities: Use the included test-helper.js functions for waiting on conditions, capturing console logs, and taking timestamped screenshots. - Use Case: After starting your local dev server, ask the AI to fill out a login form, submit it, verify the redirect to the dashboard, and save a screenshot of the result. ## Quick Start Use Playwright to open http://localhost:3000, fill in the login form, submit it, and capture a screenshot of the resulting page.