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 playwright-cli, capturing snapshots, screenshots, and traces without writing test files. ## Core Features & Use Cases - Terminal Browser Automation: Open pages, click elements, fill forms, and navigate using stable element refs from accessibility snapshots. - Artifact Capture: Take screenshots, generate PDFs, record traces, and inspect console or network activity for debugging UI flows. - Session Isolation: Run named sessions to keep separate projects or workflows isolated, with a wrapper script that works without a global install. - Use Case: You need to verify a checkout flow on a staging site. Open the page with --headed, snapshot to get element refs, fill the form fields, click submit, and capture a screenshot and trace of the result. ## Quick Start Ask the AI to open a website with the Playwright CLI, snapshot the page, fill in a form, and take a screenshot of the result.