What problem does it solve? Manually testing web applications, filling repetitive forms, and extracting data from websites is slow 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 code first. ## 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. - State & Session Management: Run isolated named browser sessions, save and restore cookies/localStorage auth state, and reuse persistent profiles. - Network & Debugging Tools: Mock API responses, capture console logs and network traffic, record traces and videos, and generate Playwright TypeScript test code from your actions. - Use Case: Log into a web app once, save the authenticated state with state-save, then reuse it in later sessions to scrape dashboard data or verify UI flows without repeating the login. ## 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.