GitHub - zm2231/agent-browser: z-agent-browser: Enhanced browser automation CLI for AI agents
z-agent-browser: Enhanced browser automation CLI for AI agents - zm2231/agent-browser
Agent-browser is a headless browser automation CLI built in Rust with Node.js fallback, designed for AI agents to interact with web pages.
It supports commands for navigation, clicking, filling forms, screenshots, snapshots of accessibility trees with refs, semantic locators, waiting, mouse control, network interception, sessions, and browser settings. Installation uses npm globally or from source, with Linux dependencies available; core usage includes agent-browser open <url>, click <sel>, fill <sel> <text>, and close.