Stealth Mode
Stealth mode makes browser runtimes harder to detect as automated. It patches common detection signals and optionally adds human-like mouse movements, click timing, and scrolling.
Enabling stealth
humanize
Enable human-like behavior simulation when launching a runtime:
When humanize is enabled:
- Mouse movements follow natural Bezier curves instead of teleporting
- Random micro-movements are added between actions
- Click timing varies realistically
- Scrolling mimics human patterns
- Typing has variable keystroke delays
humanizePersonaId
Each persona ID (0–124) represents a distinct behavioral profile — different movement speeds, curve patterns, and interaction styles:
Use a fixed persona ID when you want repeatable behavior across runs. Omit it for random selection.
What stealth patches
Under the hood, stealth mode patches common automation detection points:
- WebDriver flags — Hides
navigator.webdriverand related properties - Browser fingerprint — Normalizes canvas, WebGL, and audio fingerprints
- Timing patterns — Randomizes execution timing to avoid detection
- Chrome DevTools Protocol — Masks CDP connection signals
Combining with other features
Stealth mode works well with other anti-detection features:
This gives you a persistent identity (profile), human-like behavior, automatic captcha solving, and residential proxy — all in one runtime.

