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 commands, capturing snapshots, screenshots, and traces along the way. ## Core Features & Use Cases - CLI-first browser automation: Open pages, snapshot the DOM to get stable element refs, then click, type, fill, and navigate using those refs via playwright-cli or the bundled wrapper script. - Artifact capture: Take screenshots, generate PDFs, record traces, and inspect console and network activity for debugging UI flows. - Session isolation: Run named sessions to keep separate automation contexts for different projects or flows. - Use Case: You need to verify a checkout flow on a staging site. Open the page headed, snapshot to get element refs, fill the form fields, submit, re-snapshot, and capture a screenshot and trace for the bug report. ## Quick Start Ask the assistant to open a website with the Playwright CLI, snapshot the page, and click or fill elements using the refs from the snapshot.