What problem does it solve? Manually testing web applications, filling forms, and extracting data from websites is repetitive and error-prone. This Skill lets you drive a real browser through simple CLI commands, capturing page snapshots, interacting with elements, and recording sessions without writing test code first. ## Core Features & Use Cases - Browser Automation: Open pages, click elements, fill forms, navigate, and manage tabs using element refs from accessibility snapshots. - Session & Storage Management: Run isolated named browser sessions, save and restore cookies, localStorage, and full authentication state. - Network & Debugging Tools: Mock API requests, capture console logs, record traces and videos, and generate Playwright test code from your actions. - Use Case: Log into a web app once, save the authenticated state with state-save, then reuse it across future automation runs to skip the login flow entirely. ## Quick Start Ask the AI to open a website with playwright-cli, take a snapshot of the page, and click or fill the elements you specify.