What problem does it solve?
It solves the problem of running reliable browser automation with minimal context by letting an AI capture a lightweight, interaction-ready “snapshot” of the page.
Core Features & Use Cases
- Snapshot-driven interaction (refs): Take accessibility-aware snapshots to get stable element references (like @e1, @e2) and then click/fill/type using those refs after each page change.
- Long, self-verifying sessions: Support multi-step autonomous flows with re-snapshot loops to reduce breakage from dynamic UIs.
- CI/cloud and debugging support: Use local or cloud browsers (e.g., Browserbase), plus recording, screenshots, PDF export, and network controls for debugging and testing.
- Use case: Automate logging into an app, navigating through multiple pages, and validating results by repeatedly snapshotting and interacting with only the currently relevant elements.
Quick Start
Open the target site, take an interactive snapshot, fill the login email field, click the sign-in button, then take a new snapshot to continue the workflow.