Configure Browser Modes
mainChoose a browser mode based on your isolation and authentication needs:
chromium: Fast and isolated. Recommended default is to use--browser chromium --headedto ensure the browser is visible in the Nanobot BrowserView for debugging and manual intervention.real: Uses the user's actual Chrome installation, including cookies, extensions, and logged-in sessions. Use this when you need to access sites where the user is already authenticated.- Headless Mode: Omit the
--headedflag (e.g.,browser-use --browser chromium open <url>) for faster, background execution. Note that in headless mode, you cannot see the browser via VNC.