What problem does it solve? Manually testing web applications, filling forms, and extracting page data is repetitive and error-prone. This Skill drives a real browser through the playwright-cli command line so an AI agent can navigate sites, click elements, fill inputs, and capture page state without writing test scripts first. ## Core Features & Use Cases - Interactive Browser Control: Open pages, click, type, fill forms, drag elements, and press keys using element refs from accessibility snapshots. - State and Session Management: Run multiple isolated named browser sessions, save and restore cookies/localStorage auth state, and use persistent profiles. - Network Mocking and Debugging: Intercept requests with custom responses, capture console logs, network activity, traces, and video recordings. - Use Case: Verify a login flow on a staging app by opening the page, filling credentials via snapshot refs, submitting the form, saving the authenticated storage state, and reusing it to skip login in later runs. ## Quick Start Ask the AI to open your web app in a browser with playwright-cli, take a snapshot, fill in the login form, and click the submit button.