What problem does it solve? Manually driving a browser to test web pages, debug failing Playwright tests, or capture page state is slow and repetitive. This Skill lets you control a real browser through simple CLI commands, with every action automatically generating reusable Playwright TypeScript code. ## Core Features & Use Cases - Interactive Browser Automation: Open pages, click, fill forms, drag, upload files, and manage tabs using element refs from accessibility snapshots. - Test Authoring and Debugging: Attach to paused Playwright test runs, rehearse fixes live, and copy the generated TypeScript directly into test files; supports a full plan-generate-heal spec-driven workflow. - State, Network, and Capture Tooling: Manage cookies and storage, mock network requests, record traces and annotated videos, and run arbitrary Playwright code for advanced scenarios. - Use Case: A failing CI test can be rerun with --debug=cli, attached via playwright-cli, inspected with snapshots and console logs, fixed with rehearsed locators, and verified green in one session. ## Quick Start Ask the AI to open a website with playwright-cli, take a snapshot, and click or fill elements by their refs to automate the browser task you describe.