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 you control a real browser through simple CLI commands, with automatic snapshots and generated Playwright TypeScript code for every action. ## Core Features & Use Cases - Browser Automation: Open pages, click, fill forms, navigate tabs, manage cookies and storage, and capture snapshots, screenshots, PDFs, traces, and videos. - Test Authoring and Healing: Run Playwright tests in debug mode, attach to the paused browser, and turn interactive actions into ready-to-paste TypeScript test code following a plan-generate-heal workflow. - Network and Session Control: Mock or block requests, run multiple isolated named browser sessions, and attach to running Chrome or Edge instances via CDP. - Use Case: A failing Playwright test needs diagnosis. Run it with --debug=cli, attach playwright-cli to the paused session, inspect the snapshot and console, rehearse the fix interactively, 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.