What problem does it solve? Manually clicking through web pages to verify UI changes is slow and repetitive. This Skill lets you drive a real browser from the command line to test forms, uploads, navigation, and page state without opening a browser yourself. ## Core Features & Use Cases - Browser Automation: Navigate pages, click elements, fill inputs, select dropdown options, upload files, and scroll using CSS selectors or accessibility-tree refs. - State Verification & Debugging: Take screenshots, capture accessibility snapshots, inspect console logs and page errors, and check element visibility or attributes. - Session & Network Control: Manage tabs, cookies, local storage, request routing, and isolated sessions for parallel test runs. - Use Case: While developing a PDF upload dialog, open the page, click "Import from PDF", select an instruction set, upload a test file, wait for the success toast, and screenshot the result to confirm the workflow end to end. ## Quick Start Ask the agent to open your local dev server page, fill in the login form, and take a screenshot to verify the page renders correctly.