What problem does it solve? Manually verifying frontend behavior and debugging UI issues in local web applications is slow and repetitive. This Skill automates browser interactions with Playwright so you can test functionality, capture screenshots, and inspect rendered pages without manual clicking. ## Core Features & Use Cases - Server Lifecycle Management: The with_server.py helper starts one or more servers (frontend, backend), waits for readiness, runs your automation, and cleans up afterward. - Reconnaissance-Then-Action Workflow: Navigate pages, wait for network idle, inspect the rendered DOM, and act on discovered selectors for dynamic webapps. - Screenshot and Console Capture: Take full-page screenshots and capture console logs to debug UI behavior. - Use Case: You are building a Next.js app and want to verify a login form works. The Skill starts the dev server, navigates to the page, fills the form using discovered selectors, and screenshots the result. ## Quick Start Ask the AI to test your local web app with Playwright, for example: start my dev server and verify the homepage renders correctly with a screenshot.