What problem does it solve? Manually testing websites, validating UI behavior, and automating repetitive browser tasks is slow and error-prone. This Skill writes and executes Playwright scripts to automate browser interactions, capture screenshots, and validate web functionality without manual clicking. ## Core Features & Use Cases - Browser Automation: Write and run Playwright scripts for navigation, form filling, login flows, link checks, and arbitrary web interactions across Chromium, Firefox, and WebKit. - Dev-Server Detection & Helpers: Automatically detect running localhost servers, dismiss cookie banners, inject custom HTTP headers, and capture timestamped screenshots via built-in helper functions. - Responsive & UX Validation: Capture full-page screenshots at multiple viewports (desktop, mobile) and verify post-login pages, headings, and URLs with web-first assertions. - Use Case: Ask the agent to verify that your local app's login flow works: it detects the dev server on port 3000, fills in test credentials, submits the form, waits for the dashboard, and saves a screenshot as evidence. ## Quick Start Use the playwright skill to open my local app, log in with my test credentials, and take a screenshot of the dashboard.