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, letting an AI navigate pages, click elements, fill forms, and capture snapshots without writing test code first. ## Core Features & Use Cases - Browser Automation: Open pages, click elements by snapshot refs, fill forms, press keys, and manage tabs across Chrome, Firefox, WebKit, and Edge. - State & Session Management: Run isolated named sessions, save and restore cookies/localStorage auth state, and use persistent profiles. - Network & Debugging Tools: Mock API responses, capture console logs and network traffic, record traces and videos, and generate Playwright test code from interactions. - Use Case: Verify a login flow end-to-end by opening the app, filling credentials, submitting the form, saving the authenticated state to a file, and reusing it in later runs. ## Quick Start Ask the AI to open a website with playwright-cli, take a snapshot of the page, and click or fill the elements you specify.