Agent Browser

Installation
Summary

Fast Rust-based headless browser automation with real Chrome profile and session support.

  • Supports headless Chromium, real Chrome with profile/OAuth reuse via Chrome DevTools Protocol, and persistent session cookies for logged-in workflows
  • 30+ commands covering navigation, interaction (click, type, fill, drag, upload), extraction (text, HTML, attributes, screenshots), and state checks
  • Deterministic element selection via snapshot refs (@e1, @e2, etc.) and semantic finders (role, text, label, placeholder, testid)
  • Multi-session isolation for parallel automation and advanced features including frame navigation, JavaScript evaluation, dialog handling, and network-aware waits
  • JSON output mode and --headed debugging for agent integration and troubleshooting
SKILL.md

Agent Browser

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.

Installation

npm recommended

npm install -g agent-browser
agent-browser install
agent-browser install --with-deps

From Source

Related skills
Installs
GitHub Stars
929
First Seen