What problem does it solve? Manually testing web pages, filling forms, and debugging UI flows in a browser is repetitive and hard to reproduce. This Skill lets you drive a real browser from the terminal with deterministic CLI commands, capturing snapshots, screenshots, and traces along the way. ## Core Features & Use Cases - Terminal Browser Automation: Open pages, click elements, fill forms, and navigate using stable element refs from accessibility snapshots via playwright-cli. - Debugging & Inspection: Capture screenshots, PDFs, console logs, network activity, and Playwright traces to diagnose UI issues. - Session Isolation: Run named sessions to keep parallel automation workstreams separate. - Use Case: You need to verify a checkout flow. Open the page with --headed, snapshot to get element refs, fill the form fields, submit, and capture a trace and screenshot for the bug report. ## Quick Start Ask the AI to open a website with the Playwright CLI, take a snapshot, and click through a flow while capturing a screenshot.