What problem does it solve? Many websites block plain HTTP extraction with JavaScript rendering requirements, bot interstitials, or 401/403/429 responses, and some tasks demand real page interaction like clicking, typing, screenshots, or PDF capture. This Skill drives the sandbox's baked Chromium through Microsoft's Playwright CLI so those pages become accessible and interactive. ## Core Features & Use Cases - Full page interaction: Navigate, snapshot the DOM, click, fill forms, press keys, manage tabs, and handle native dialogs in named sessions. - Artifact capture and inspection: Save screenshots and PDFs, read console messages, inspect network requests, and mock routes for testing. - Desktop browser attachment: Attach over CDP to the user's visible desktop Chromium so logins and actions happen in a browser the user can watch. - Use Case: A page returns a bot-check interstitial to plain HTTP fetches. Open it in a named Playwright session, wait for a stable selector, snapshot the DOM, click through the consent banner, and extract the rendered text. ## Quick Start Use the zipbox-browser skill to open the target URL in a Playwright session, wait for the main content to render, and extract the page text.