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 a full test script first. ## Core Features & Use Cases - Interactive Browser Control: Open pages, click, type, fill forms, hover, drag, and press keys using element refs from accessibility snapshots. - Session and Storage Management: Run multiple isolated named browser sessions, save and restore cookies, localStorage, and full authentication state. - Network Mocking and Debugging: Intercept requests with custom responses, capture console logs, network traffic, traces, screenshots, PDFs, and video recordings. - Use Case: Verify a login flow by opening the page, filling credentials via snapshot refs, saving the authenticated storage state to a file, and reusing it in later sessions to skip repeated logins. ## Quick Start Open https://example.com in a browser, take a snapshot, fill in the login form, click submit, and save a screenshot of the result.