Skip to Content
Identity & Session

Identity & Session

Control browser branding, locale and timezone, cookies and storage, and account isolation across contexts and sessions.

New to this section? Start with Per-Context Fingerprint.

Use This Section When You Need To

  • You need separate identities for multiple accounts inside one browser process.
  • You want browser brand, locale, timezone, and User-Agent signals to stay coherent.
  • You need to seed or inspect cookies, history, bookmarks, or local storage.
  1. Per-Context Fingerprint - Assign isolated fingerprint bundles to BrowserContexts inside one browser instance for lower overhead and stronger account separation.
  2. Multi-Account Isolation - Run multi-account browser isolation with per-context fingerprints, proxies, and controls that reduce cross-account linkability.
  3. Browser Brand Alignment - Switch browser brand identity (Chrome, Edge, Brave, Opera, Chromium, WebView) with consistent fingerprint protection across all identity surfaces.
  4. Timezone, Locale, and Language - Configure timezone, locale, and language to protect geographic identity and keep it consistent across browser APIs.

All Guides

GuideDescription
Per-Context FingerprintAssign isolated fingerprint bundles to BrowserContexts inside one browser instance for lower overhead and stronger account separation.
Multi-Account IsolationRun multi-account browser isolation with per-context fingerprints, proxies, and controls that reduce cross-account linkability.
Browser Brand AlignmentSwitch browser brand identity (Chrome, Edge, Brave, Opera, Chromium, WebView) with consistent fingerprint protection across all identity surfaces.
Custom User-AgentConfigure custom User-Agent and userAgentData/Client Hints while keeping all identity surfaces internally consistent to prevent fingerprint mismatches.
Timezone, Locale, and LanguageConfigure timezone, locale, and language to protect geographic identity and keep it consistent across browser APIs.
Cookie ManagementInject, persist, and restore cookies for pre-authenticated sessions and repeatable browser state.
Bookmark SeedingInject realistic bookmarks to strengthen browser state consistency and authentic session behavior.
History SeedingInject browsing history for authentic session state and consistent browser behavior.
Plaintext Storage AccessRead browser storage data (cookies, passwords, credit cards, LocalStorage) directly from disk after a BotBrowser session.