What problem does it solve? Manually testing web pages, filling forms, and capturing screenshots in a browser is repetitive and hard to script. This Skill lets an AI agent drive a real browser through playwright-cli commands to navigate pages, interact with elements, and verify results. ## Core Features & Use Cases - Element Interaction via Refs: Snapshot a page to get element references (e1, e2, e3), then click, fill, drag, hover, or select using those refs. - Session & State Management: Run named persistent sessions, save and load authentication state, and manage cookies, localStorage, and sessionStorage. - DevTools & Network Control: Capture screenshots and PDFs, mock network routes, record tracing and video, and inspect console and network activity. - Use Case: Automate a login flow by opening the site, snapshotting the form, filling credentials via element refs, saving the auth state to auth.json, and reusing it in later sessions. ## Quick Start Use playwright-cli to open https://example.com, snapshot the page, fill in the login form, click submit, and take a screenshot of the result.