What problem does it solve? AI agents need a reliable way to interact with websites and desktop apps—navigating pages, filling forms, clicking buttons, and extracting data—without heavy frameworks like Playwright or Puppeteer. This Skill provides a fast Rust-based CLI that drives Chrome/Chromium over CDP and returns compact accessibility-tree snapshots with element refs. ## Core Features & Use Cases - Web Automation: Navigate pages, fill forms, click buttons, take screenshots, and scrape data using stable @eN element references from accessibility-tree snapshots. - Specialized Targets: Automate Electron desktop apps (VS Code, Slack, Discord, Figma), manage Slack workspaces, run exploratory QA/dogfooding sessions, and operate cloud browsers in Vercel Sandbox microVMs or AWS Bedrock AgentCore. - Session Management: Persistent sessions, authentication vault, state persistence, and video recording for repeatable workflows. - Use Case: Ask your agent to log into a web app, walk through a checkout flow, capture screenshots at each step, and report any broken elements during a QA pass. ## Quick Start Ask the agent to open a website with agent-browser, take a snapshot of the page, and click a specific button by its element reference.