What problem does it solve? Manually verifying frontend behavior, debugging UI issues, and capturing browser state for local web applications is repetitive and error-prone. This Skill automates those tasks with Playwright scripts and a server lifecycle helper. ## Core Features & Use Cases - Browser Automation: Write native Python Playwright scripts to navigate pages, click elements, fill forms, and verify frontend functionality. - Server Lifecycle Management: Use the with_server.py helper to start one or more dev servers, wait for readiness, run automation, and clean up automatically. - Debugging Support: Capture full-page screenshots, inspect rendered DOM, and record browser console logs for diagnosing UI behavior. - Use Case: Start a Vite dev server and a backend API together, then run a Playwright script that logs in, clicks through the dashboard, and saves screenshots plus console logs for review. ## Quick Start Test my local web app by starting the dev server and using Playwright to screenshot the homepage and capture any console errors.