What problem does it solve? Manual browser testing and UI verification are slow and error-prone. This Skill lets you drive a real browser from the terminal to navigate pages, fill forms, take snapshots and screenshots, extract data, and debug UI flows without writing test files. ## Core Features & Use Cases - CLI-first browser automation: Open pages, snapshot the DOM to get stable element refs, click, type, fill forms, and capture screenshots or PDFs via playwright-cli or the bundled wrapper script. - Container-based execution: Run Playwright inside the official Linux container image for consistent browser checks on Windows workspaces, including attaching to Docker Compose networks. - Debugging and inspection: Capture console output, network activity, and traces around suspicious flows, with named sessions to isolate work. - Use Case: Verify a local web app by opening http://localhost:3000, snapshotting the page, filling a login form, clicking submit, and saving a screenshot under output/playwright/. ## Quick Start Ask the AI to open a URL with the Playwright wrapper, snapshot the page, and take a screenshot of the result.