--browser flag:
Browser Options
| Flag | Description |
|---|---|
--browser-visible | Launch Chrome with visible window |
--browser-user-profile | Use default Chrome profile |
--browser-cdp <url> | Connect to existing Chrome via CDP |
--browser-allow-internal | Allow navigation to internal/private URLs |
Available Tools
| Tool | Description |
|---|---|
BrowserNavigate | Navigate to a URL |
BrowserNewTab | Open a new tab |
BrowserSnapshot | Take an accessibility tree snapshot (compact mode available) |
BrowserScreenshot | Take a JPEG screenshot of the current page |
BrowserClick | Click an element by reference number |
BrowserType | Type text into an input field |
BrowserEvaluate | Evaluate JavaScript (with security blocklist) |
BrowserSavePDF | Save the current page as a PDF file |
BrowserTabs | List open tabs |
BrowserSwitchTab | Switch between tabs |
