What problem does it solve? Manually testing and debugging web UI flows in a browser is slow and hard to reproduce. This Skill lets you drive a real browser from the terminal—navigating pages, filling forms, clicking elements, and capturing screenshots or traces—without writing test files. ## Core Features & Use Cases - CLI-first browser automation: Open pages, snapshot the DOM to get stable element refs, then click, type, fill, and press keys using those refs via playwright-cli or the bundled wrapper script. - Debugging and inspection: Capture console output, network activity, screenshots, PDFs, and Playwright traces to diagnose UI issues. - Session and tab management: Isolate work with named sessions and manage multiple tabs for complex flows. - Use Case: You need to verify a login flow works after a deploy. Open the page, snapshot to get element refs, fill the credentials, submit, re-snapshot, and capture a screenshot as evidence. ## 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.