launch_browser
Launch a Camoufox browser with configurable anti-detection settings to bypass Cloudflare challenges.
Instructions
Launch the Camoufox anti-detection browser.
The trio of i_know_what_im_doing=True + disable_coop=True +
force_scope_access=True is critical for Cloudflare-style challenges:
without them, Camoufox runs in a sandbox iframe and CF hands out a hard
challenge with no solvable iframe. These match what the project's test.py
smoke test uses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geoip | No | ||
| proxy | No | ||
| locale | No | auto | |
| os_type | No | auto | |
| headless | No | ||
| humanize | No | ||
| block_images | No | ||
| block_webrtc | No | ||
| disable_coop | No | ||
| enable_trace | No | ||
| force_scope_access | No | ||
| i_know_what_im_doing | No |