Browser Operator
The Browser Operator runs an embedded Chromium browser inside the Desktop app with full anti-detection and human-like interaction.Key Features
- Real Chromium — Not Playwright/Puppeteer. Uses Electron’s BrowserView (real browser process)
- Anti-Detection — No webdriver flag, real plugins, spoofed navigator, no CDP leaks
- Human-Like Input — Bezier mouse curves, natural typing rhythm, smooth scrolling
- Session Persistence — Maintains cookies/localStorage across agent sessions
- CAPTCHA Handling — Auto-detects CAPTCHAs, pauses for you to solve, resumes after
- Visible — The browser is embedded in the app window — you see what the agent sees
Anti-Detection Layers
- Fingerprint — Real GPU, proper plugins array, consistent languages
- Behavior — Mouse trails before clicks, variable delays, natural patterns
- Events — All input via Chromium’s pipeline (
isTrusted = true) - Session — Uses your actual cookies (agent is logged into your accounts)
CAPTCHA Handling
When a CAPTCHA is detected (reCAPTCHA, hCaptcha, Turnstile, Cloudflare):- Agent pauses automatically
- You get a notification: “CAPTCHA detected — please solve it”
- You interact with the visible browser to solve it
- Agent detects the CAPTCHA is gone and resumes

