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, interact with elements, and capture state without writing test code first. ## Core Features & Use Cases - Full Browser Control: Open pages, click, type, fill forms, drag elements, manage tabs, and navigate history across Chrome, Firefox, WebKit, and Edge. - State & Storage Management: Save and restore authentication state, manipulate cookies, localStorage, and sessionStorage, and run multiple isolated named sessions concurrently. - Debugging & Evidence Capture: Record traces with DOM snapshots and network logs, capture videos, take screenshots, mock network requests, and generate Playwright test code from your interactions. - Use Case: Log into a web app once, save the authenticated state with state-save, then reuse it across later sessions to scrape dashboard data or run regression checks without repeating the login flow. ## Quick Start Use playwright-cli to open https://example.com, take a snapshot of the page, and fill in the login form.