What problem does it solve? Manually testing web pages, filling forms, and extracting data from websites is repetitive and error-prone. This Skill lets you drive a real browser through cmux CLI commands to navigate pages, interact with DOM elements, capture screenshots, and extract information programmatically. ## Core Features & Use Cases - Navigation & Waiting: Open URLs, manage tabs, and block until load states, selectors, text, or custom JavaScript conditions are met. - DOM Interaction & Inspection: Click, type, fill forms, scroll, take snapshots and screenshots, and query element state with getters, finders, and boolean checks. - State & Session Management: Read and write cookies, local/session storage, save and restore full browser state, and monitor console logs and page errors. - Use Case: Automate an end-to-end checkout test by opening the store page, filling the email and payment form, clicking submit, waiting for the confirmation text, and capturing a screenshot for verification. ## Quick Start Ask the AI to open a website with cmux browser, fill in a login form, submit it, and take a screenshot of the resulting page.