Browser-act uses browser types to represent different identity and runtime needs.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.
Quick mode picker
Use the browser mode that matches the identity requirement of the task.| Mode | Best for | Key properties |
|---|---|---|
chrome | Reusing local login state in an isolated browser | Profile import, isolated storage, repeatable automation |
chrome-direct | Controlling the user’s current Chrome | Existing extensions, SSO, certificates, and live cookies |
stealth privacy mode | High-anonymity public data collection | Fresh fingerprint and empty profile per session |
stealth fixed identity | Multi-account work | Stable fingerprint and fixed proxy per browser |
chrome: reuse local login state
chrome browsers run in Browser-act-managed Chromium instances. They can import state from a local Chrome profile while staying isolated from the user’s daily browser after import.
Profile import
List local profiles:[!WARNING] Profile import is a snapshot. Later changes in the source Chrome profile are not automatically synchronized.
What profile import includes
| Included | Not included |
|---|---|
| Cookies | Browsing history |
| Local storage | Bookmarks |
| IndexedDB | Extensions |
| Session storage | Cached files |
| Relevant authentication state | Saved passwords |
chrome-direct: control current Chrome
chrome-direct controls the user’s current Chrome instance through CDP. It is useful when automation depends on local extensions, hardware-backed SSO, certificates, or state that cannot be copied safely.
Trade-offs:
- only one
chrome-directbrowser is allowed - it operates on the live user browser
- it is not intended for headed mode switching
- it is best for short tasks that need the exact local Chrome environment
Profile import vs. CDP direct
| Factor | chrome profile import | chrome-direct |
|---|---|---|
| Isolation | Separate managed browser | Live user Chrome |
| Extensions and certificates | Not copied | Available |
| Long-running tasks | Better fit | Use carefully |
| User browser availability | Independent after import | Uses the active browser |
| Quota | Up to 20 chrome browsers | One direct browser |
stealth: privacy mode
Privacy mode starts each session with a fresh fingerprint and empty profile:
- no login state is preserved
- an API key is required
- each session behaves like a new identity
stealth: fixed identity
Fixed-identity stealth browsers keep a stable fingerprint and proxy:
[!NOTE] Hosted static IP support may depend on account configuration and availability. Use your own fixed proxy when a stable identity is required.
Choose by scenario
Logged-in work
Use
chrome with profile import when the site needs reusable local login state.Live local Chrome
Use
chrome-direct when the task depends on extensions, certificates, hardware SSO, or live cookies.Protected public pages
Use
stealth privacy mode or stealth-extract when there is no login and a fresh identity is safer.Multiple accounts
Use
stealth fixed identity with separate proxies when each account needs a stable browser identity.Browser fields
| Field | Meaning |
|---|---|
id | Browser identifier used in commands |
name | Human-readable browser name |
type | chrome, chrome-direct, or stealth |
desc | Semantic description used by agents to choose a browser |
dynamic_proxy | Hosted regional proxy setting for stealth browsers |
custom_proxy | User-provided proxy URL |
private | Whether sessions start with a clean profile |
confirm_before_use | Whether the agent should ask before opening the browser |
Learn more
Anti-detection & Blocking
Understand stealth mode, proxies, CAPTCHA handling, and human handoff.
Concurrency & Isolation
Run multiple browsers and sessions without leaking state between tasks.
Designed for Agents
Learn how agents choose browsers by semantic
desc fields.
