browser_launch
Launch a new browser instance with configurable options like headless mode, proxy, user agent, and window size. Supports incognito, image disabling, and additional arguments for browser automation.
Instructions
Launch a new browser instance with optional configuration (headless, proxy, user agent, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | Run in headless mode | |
| proxy | No | Proxy server URL (e.g., socks5://127.0.0.1:9050) | |
| user_agent | No | Custom user agent string | |
| binary_location | No | Path to Chrome binary | |
| window_size | No | Window size [width, height] | |
| incognito | No | Run in incognito mode | |
| disable_images | No | Disable image loading | |
| arguments | No | Additional browser arguments |