What problem does it solve? Manual web interactions like filling forms, scraping pages, and testing UIs are repetitive and error-prone. This Skill lets an AI drive a real browser through the Playwright MCP server to perform these tasks programmatically. ## Core Features & Use Cases - Browser Automation: Navigate pages, click elements, type text, fill forms, select dropdowns, and handle tabs using accessibility snapshot references. - Data Extraction & Capture: Take screenshots, capture accessibility snapshots, run JavaScript on pages, and inspect network requests and console messages. - Server Lifecycle Management: Helper scripts start and stop the Playwright MCP server with shared browser context so state persists across calls. - Use Case: Automate an end-to-end login flow—navigate to a site, snapshot the page to find form fields, fill credentials, submit, wait for confirmation, and screenshot the result. ## Quick Start Ask the AI to start the browser server and navigate to a website, then fill out and submit a form on that page.