start_browser
Launch a stealth browser session using Pure CDP Mode to bypass anti-bot detection. Must be run first to enable subsequent automation, with options for headless, incognito, proxy, and ad blocking.
Instructions
Launch a Pure CDP Mode browser session. Must be called before any other tool. The browser is driven entirely over CDP (no WebDriver), which is SeleniumBase's most stealth/bot-detection-resistant mode. Args: url: Optional URL to open immediately on launch. headless: Run without a visible window. incognito: Launch in a private/incognito window. guest: Launch in Chrome guest mode. proxy: Proxy string, e.g. "USER:PASS@SERVER:PORT" or "SERVER:PORT". ad_block: Block ads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| guest | No | ||
| proxy | No | ||
| ad_block | No | ||
| headless | No | ||
| incognito | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |