Three-layer strategy
Environment layer
The stealth browser is designed to look like a normal browser session instead of a script.Dynamic proxy
Custom proxy
Privacy mode
Use privacy mode when each session should start clean:[!TIP] Use privacy mode for one-off scraping, avoiding fingerprint buildup, and separating account identities. The trade-off is that login state is not preserved.
Execution layer
stealth-extract
Use stealth-extract when the task is read-only:
stealth-extract for reading. Use a browser session when you need interaction.
solve-captcha
Use solve-captcha when a session reaches a supported CAPTCHA challenge:
solved=True.
Escalation flow
Human layer
When automation cannot move forward,remote-assist creates a live URL. A human can open the link on any device, complete the challenge, and let the agent continue in the same session.
See Remote Assist.
Recommended escalation
- Start with
chromeorchrome-directfor ordinary logged-in work. - Move to
stealthwith a proxy when blocking appears. - Use
solve-captchaif a supported CAPTCHA appears. - Use
remote-assistwhen human judgment, 2FA, hardware tokens, or unsupported challenges are required.
Compared with basic tools
Learn more
Better Headless Browser
Run silently while keeping stealth and handoff available.
Browser Modes
Choose the right browser identity for the job.
Skill Forge
Turn site-specific knowledge into a reusable skill.

