What problem does it solve? Manual web browsing tasks like filling forms, clicking through pages, and scraping dynamic content are repetitive and error-prone. This Skill lets an AI agent drive a real browser through the Playwright MCP server to perform these 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 & Screenshots: Capture accessibility snapshots, take full-page screenshots, run JavaScript on the page, and inspect network requests and console messages. - Server Lifecycle Management: Helper scripts start, stop, and verify the Playwright MCP server with a shared browser context that persists state 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 use the browsing skill to navigate to a website and extract its page content.