start_browser
Initializes a configurable browser session for automation, with options for headless, incognito, or undetected-chromedriver modes to handle bot detection or visible debugging. Required before any other browser automation tool can be used.
Instructions
Start a new browser session. Must be called before any other tool.
Args: headless: Run without a visible window. Set False if you need to watch the browser or if a site blocks headless clients. browser: "chrome", "edge", or "firefox". uc: Undetected-chromedriver mode, useful for sites with bot detection. incognito: Launch in a private/incognito window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uc | No | ||
| proxy | No | ||
| browser | No | chrome | |
| ad_block | No | ||
| headless | No | ||
| incognito | No | ||
| guest_mode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |