What problem does it solve?
This Skill removes the manual, error-prone steps of interacting with websites by providing a CLI-driven browser automation interface that navigates pages, fills forms, clicks controls, captures screenshots/PDFs, and extracts structured content so workflows run reliably and repeatably.
Core Features & Use Cases
- Snapshot + refs: Compact interactive element refs (@e1, @e2, ...) let agents discover and act on page elements without shipping full DOMs.
- End-to-end automation: Navigate, wait for network idle, fill forms, perform authenticated sessions, take screenshots, record video, export PDF, and profile performance for testing and scraping.
- Session & device support: Named sessions, state save/load, proxy/CDP connectivity, headed/headless modes, and iOS simulator support enable authenticated workflows and parallel scraping or E2E test runs.
- Use case: Log into a web app once, save auth state, run scheduled scraping of product pages to extract text and screenshots, and record a video for QA.
Quick Start
Open https://example.com/login, snapshot interactive elements, fill the username and password refs, click the submit button, wait for the dashboard to load, and save the session state to auth.json.