interceptor_browser_launch
Launch a stealth Chromium browser with proxy and certificate trust to enable secure traffic interception and inspection through the proxy server.
Instructions
Launch cloakbrowser (stealth Chromium) with proxy flags and SPKI certificate trust. Built-in source-level fingerprint patches + humanize mode. Driven via Playwright — locator-based tools replace CDP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open (default: about:blank) | |
| locale | No | BCP 47 locale, e.g. 'en-US' | |
| headless | No | Run headless (default: false) | |
| humanize | No | Enable cloakbrowser's humanize mode (default: true) | |
| timezone | No | IANA timezone, e.g. 'America/New_York' | |
| human_preset | No | Human behavior preset | default |
| viewport_width | No | Viewport width in px | |
| viewport_height | No | Viewport height in px |