What problem does it solve?
Automates manual and fragile browser tasks like navigating websites, filling forms, clicking UI elements, taking screenshots, and extracting data so workflows become repeatable, faster, and less error-prone.
Core Features & Use Cases
- Interactive Element Snapshots: Discover and reference interactive elements with stable refs for reliable automation.
- Session Persistence & Parallel Sessions: Save and reuse authenticated states, run isolated sessions, and manage multiple agents concurrently.
- Headed/Headless and Device Support: Run in headed mode for debugging, connect to an existing Chrome via CDP, or automate iOS simulators and mobile flows.
- Use Case: Log into a web app once, persist cookies and localStorage, then programmatically capture pages, extract structured data, and produce screenshots or PDFs across many pages.
Quick Start
Open the target site, take an interactive snapshot to discover element refs, perform the required fills and clicks to reach the desired page, wait for the page to stabilize, and save the session state for reuse.