What problem does it solve? Manually testing web pages, filling forms, and scraping data from websites is repetitive and error-prone. This Skill drives a real browser through the playwright-cli command line, letting you navigate pages, click elements, fill forms, and capture page state without writing test scripts from scratch. ## Core Features & Use Cases - Browser Automation: Open pages, click elements by snapshot refs, fill forms, press keys, and manage tabs across Chrome, Firefox, WebKit, and Edge. - Session & State Management: Run isolated named browser sessions, save and restore cookies/localStorage auth state, and reuse login sessions. - Network & Debugging Tools: Mock or block network requests, capture console logs, record traces and videos, and generate Playwright TypeScript test code from your actions. - Use Case: Log into a web app once, save the auth state with state-save, then reuse it across sessions to scrape dashboard data or verify a checkout flow without re-authenticating. ## Quick Start Ask the assistant to open a website with playwright-cli, take a snapshot of the page, and click or fill the elements you specify.