What problem does it solve? Manually driving a browser to test pages, fill forms, scrape content, or debug web apps is slow and error-prone. This Skill lets you control a real browser through simple playwright-cli commands, with automatic page snapshots that expose clickable element refs. ## Core Features & Use Cases - Browser Automation: Open pages, click, type, fill forms, drag, hover, and navigate using snapshot element refs or CSS/role locators. - Session & Storage Management: Run isolated named browser sessions, save and restore cookies, localStorage, and full auth state files. - Debugging & Evidence: Capture console logs, network traffic, traces, screenshots, and annotated video recordings of automation runs. - Use Case: Debug a failing Playwright test by running it with --debug=cli, attaching playwright-cli to the paused session, exploring the page interactively, and copying the generated TypeScript code back into the test. ## Quick Start Use the playwright-cli skill to open https://example.com, take a snapshot, and click the main call-to-action button.