launch_browser
Launch an anti-detection browser with configurable OS, locale, proxy, and anti-fingerprinting features for dynamic debugging and JavaScript reverse engineering.
Instructions
Launch the Camoufox anti-detection browser.
Args: headless: Run in headless mode (default False). os_type: OS fingerprint - "auto", "windows", "macos", or "linux". locale: Browser locale (e.g. "zh-CN"). "auto" detects system locale. proxy: Proxy server URL (e.g. "http://127.0.0.1:7890"). humanize: Enable humanized mouse movement. geoip: Auto-infer geolocation from proxy IP. block_images: Block image loading. block_webrtc: Block WebRTC to prevent IP leaks. enable_trace: Enable engine-level property access tracing. Requires camoufox-reverse custom browser build. When enabled, use trace_property_access() to capture DOM access.
Returns: dict with status, config, and page list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | ||
| os_type | No | auto | |
| locale | No | auto | |
| proxy | No | ||
| humanize | No | ||
| geoip | No | ||
| block_images | No | ||
| block_webrtc | No | ||
| enable_trace | No |