What problem does it solve? AI agents and automation scripts need a programmatic way to interact with websites—clicking buttons, filling forms, and extracting data—without parsing raw HTML or writing verbose Playwright code for every task. ## Core Features & Use Cases - Snapshot-Based Interaction: Get compact element references (@e1, @e2) from pages and use them to click, fill, select, and scroll with minimal token usage. - Session & State Management: Run isolated parallel sessions, save and restore authentication state, and persist cookies across runs. - Capture & Debugging: Take screenshots, record video, save pages as PDF, and capture Chrome DevTools performance profiles. - Use Case: Automate a login flow once, save the auth state to a file, then reuse it across future scraping or testing runs without re-entering credentials. ## Quick Start Ask the agent to open a website, snapshot the interactive elements, fill in the login form, and take a screenshot of the result.