What problem does it solve? Manually browsing websites, filling forms, and scraping page data is repetitive and error-prone. This Skill lets an AI agent drive a real browser through the Playwright MCP server to perform web interactions programmatically. ## Core Features & Use Cases - Full Browser Control: Navigate pages, click elements, type text, fill forms, select dropdowns, handle dialogs, and manage tabs using accessibility snapshot element references. - Data Extraction & Inspection: Capture accessibility snapshots, take screenshots, run JavaScript on the page, and inspect console messages and network requests. - Server Lifecycle Management: Helper scripts start and stop the Playwright MCP server with a shared browser context so state persists across calls. - Use Case: Automatically log into a web portal, fill out a multi-field support form, submit it, wait for the confirmation message, and save a screenshot of the result. ## Quick Start Start the Playwright MCP server with the start-server script, then navigate to a website and take a snapshot to see the interactive elements.