What problem does it solve? Manually driving a browser to test web pages, debug failing Playwright tests, or capture page state is slow and error-prone. This Skill lets an AI agent control a real browser session via the playwright-cli command line, turning every action into reproducible Playwright TypeScript code. ## Core Features & Use Cases - Interactive Browser Automation: Open pages, click, fill forms, navigate tabs, and inspect accessibility snapshots using element refs from the CLI. - Test Authoring and Healing: Plan test scenarios, generate Playwright test files from recorded actions, and debug failing tests by attaching to paused --debug=cli sessions. - Network, Storage, and Media Control: Mock requests, manage cookies and localStorage, record videos with overlays, and capture traces for debugging. - Use Case: A developer's login test fails after a UI update. Attach playwright-cli to the paused debug session, snapshot the page to find the renamed button, rehearse the corrected click, and paste the generated locator code back into the test. ## Quick Start Use the playwright-cli skill to open https://example.com, take a snapshot, and click the sign-in button.