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 an AI agent can navigate pages, click elements, fill forms, and capture page state without writing test scripts first. ## Core Features & Use Cases - Browser Automation: Open pages, click, type, fill forms, drag elements, and navigate using element refs from accessibility snapshots. - State & Session Management: Run multiple isolated named browser sessions, save and restore cookies/localStorage state, and manage tabs. - Network & Debugging Tools: Mock network requests, capture console logs, record traces and videos, and run arbitrary Playwright code via run-code. - Use Case: Test a login flow by opening the page, taking a snapshot to find element refs, filling the email and password fields, clicking submit, and verifying the resulting page state. ## Quick Start Use playwright-cli to open https://example.com, take a snapshot, and fill in the login form.