What problem does it solve?
Automates repetitive and error-prone browser tasks so users can programmatically navigate sites, complete forms, perform authenticated workflows, capture screenshots or PDFs, and reliably extract page content without manual clicking or visual inspection.
Core Features & Use Cases
- Interactive Element Snapshotting: Compact element refs (@e1, @e2) reduce context size and enable precise interactions.
- Form Filling & Authentication: Discover login forms, perform credential entry, handle 2FA workflows, and save/load session state for reuse.
- Data Extraction & Capture: Pull text, save full-page screenshots, export PDFs, and record video for debugging or CI artifacts.
- Session & Proxy Management: Named isolated sessions, state persistence, parallel sessions, and proxy support for geo-testing or scraping.
- Mobile & Visual Debugging: iOS simulator support, headed mode, element highlighting, and recording for documentation or troubleshooting.
Quick Start
Open the target URL, run an interactive snapshot to identify refs, fill the username and password fields with the discovered refs, click the submit button, wait for navigation to complete, and save the session state to a file.