This page is a command index. Use the feature chapters for context, examples, and decision rules.Documentation Index
Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
Use this file to discover all available pages before exploring further.
Global options
[!NOTE] Global flags can be combined with command groups. Use--session <name>for browser interaction commands,--format text|jsonfor output,--no-auto-dialogwhen dialogs should not be handled automatically, and--versionto check the installed CLI.
| Option | Description |
|---|---|
--session <name> | Session name for browser interaction commands |
--format text|json | Output format |
--no-auto-dialog | Disable automatic dialog handling |
--version | Show CLI version |
Goal-based lookup
| I want to… | Use | Read more |
|---|---|---|
| Extract protected page content | stealth-extract | Anti-detection & Blocking |
| Create a stealth browser | browser create --type stealth ... | Browser Modes |
| Open a page and interact | browser open -> state -> click / input | Quick Start |
| Find API calls behind the UI | network requests -> network request <request_id> | Designed for Agents |
| Handle CAPTCHA | captcha-aid, solve-captcha, remote-assist | Anti-detection & Blocking |
| Let a human take over | remote-assist --objective "..." | Remote Assist |
| Run multiple accounts | separate browsers and named sessions | Concurrency & Isolation |
| Reuse local login state | browser import-profile | Browser Modes |
Command groups
Browser interaction
Navigate pages, read state, click, type, extract, wait, capture network data, and manage tabs.
Browser management
List, create, update, delete, open, and import browser profiles.
Sessions
List and close task workspaces.
Stealth extraction
Extract protected content without opening a named session.
Authentication
Log in, poll device auth, set API keys, or clear credentials.
Skill and system
Load runtime-aware instructions, send feedback, and report logs.
Browser interaction commands
These commands require--session <name>.
Navigation
Page state
state uses indexed markers:
[N]: element index for commands such asclick Norinput N "text"*[N]: element is new or changed since the previousstatecall
Interaction
Data extraction
JavaScript
eval for complex extraction, page-local calculations, or fallback operations that are awkward through indexed interaction.
Waiting
Network
Tabs and dialogs
Cookies
CAPTCHA and handoff
| Command | Purpose |
|---|---|
captcha-aid | Assist with CAPTCHA on the current page |
solve-captcha | Try automatic CAPTCHA solving on the current page |
remote-assist | Generate a live URL so a human can operate the browser |
Browser management commands
These commands do not require a session unless noted by the command behavior.browser create options
--source-profileapplies tochromebrowsers.--dynamic-proxy,--custom-proxy, and--privateapply tostealthbrowsers.--confirm-before-usemarks a browser as sensitive so the agent should ask before opening it.
browser update options
Session management
Stealth extraction
stealth-extract is independent. It does not require a session.
Authentication
Skill and system
Learn more
Designed for Agents
Learn why the command model is optimized for agents.
Quick Start
Combine commands into the first working browser loop.

