What problem does it solve? Manually clicking through a browser to explore a page, validate a locator, reproduce a UI bug, or debug a failing Playwright test is slow and hard to script. This Skill gives you a full command-line interface to a real browser so every interaction is repeatable, inspectable, and convertible into test code. ## Core Features & Use Cases - Interactive browser control: Open pages, snapshot the accessibility tree, click and type by element ref, manage tabs, sessions, cookies, and storage state. - Debugging and inspection: Read console output and network requests, record traces and video, mock network routes, and attach to paused Playwright Test runs. - Spec-driven testing: Plan, generate, and heal Playwright test files by driving the live app and capturing the generated TypeScript code. - Use Case: A UI bug report says a form loses input on submit. Open the page with playwright-cli, fill the form by ref, capture console errors and network requests, then record a trace or annotated GIF as evidence for the issue tracker. ## Quick Start Open example.com in a browser, take a snapshot, and click the main button using playwright-cli.