What problem does it solve? Manually testing and interacting with web pages in a browser is slow and hard to reproduce. This Skill lets you drive a real browser from the terminal to navigate pages, fill forms, capture snapshots and screenshots, extract data, and debug UI flows without writing test files. ## Core Features & Use Cases - CLI-first browser automation: Open pages, click elements, fill forms, and press keys using stable element refs from accessibility snapshots via playwright-cli. - Artifact capture and debugging: Take screenshots, generate PDFs, record traces, and inspect console and network activity to diagnose UI issues. - Session isolation and multi-tab workflows: Run named sessions and manage multiple tabs for parallel or stateful automation tasks. - Use Case: You need to verify a checkout flow on a staging site. Open the page with the wrapper script, snapshot to get element refs, fill the form fields, submit, and capture a screenshot and trace for review. ## Quick Start Ask the AI to open a website with the Playwright CLI wrapper, take a snapshot, and click a specific element to automate your browser workflow.