Core API

Stealth modes

Choose how aggressively a launch shapes its fingerprint. The mode is set per launch and ranges from clean Chromium to the strongest noise.

Modes

Pass stealth in the launch body. The default is balanced.

ModeBehavior
offClean Chromium with no fingerprint injection. Chrome engine only.
balancedNative fingerprints. The default for most launches.
maxThe strongest noise applied to the fingerprint surface.

Notes

  • off is useful when you want a plain browser with no spoofing, for example for internal testing.
  • off is Chrome only. Firefox engine profiles always spoof their fingerprint regardless of the requested mode.
  • balanced aims to present coherent, native looking values rather than obvious noise.
  • max favors stronger randomization where it does not break coherence.
{ "stealth": "max", "headless": false }