What problem does it solve? Manually testing web pages, filling forms, and extracting data from websites is repetitive and error-prone. This Skill drives a real browser through the playwright-cli command line so you can navigate pages, click elements, fill forms, capture snapshots, and extract information without writing test scripts from scratch. ## Core Features & Use Cases - Browser Interaction: Open pages, click, type, fill forms, drag, hover, and press keys using element refs from accessibility snapshots. - Session & Storage Management: Run multiple isolated named browser sessions, save and restore cookies, localStorage, and full storage state for authenticated workflows. - Debugging & Capture: Take screenshots, record videos, capture traces with DOM and network logs, mock network requests, and inspect console output. - Use Case: Automate a login flow once, save the authenticated state with state-save, then reuse it in later sessions to scrape dashboard data or run regression checks without logging in again. ## 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.