browser_init
Initialize a new browser instance with anti-detection features and automatic Chrome path detection, enabling web automation without bot detection.
Instructions
Initialize a new browser instance with anti-detection features and automatic Chrome path detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxy | No | Proxy server URL (format: protocol://host:port) | |
| headless | No | Run browser in headless mode | |
| disableXvfb | No | Disable Xvfb (X Virtual Framebuffer) | |
| profilePath | No | Absolute path to a dedicated automation profile. New or empty directories receive an MCP ownership marker; personal Chrome profiles are rejected. | |
| customConfig | No | Custom configuration for Chrome launcher. Use chromePath to specify custom Chrome executable path | |
| connectOption | No | Additional connection options | |
| contentPriority | No | Configuration for content-first workflow enforcement |