Foxl Docs

Browser Automation

Control your real Chrome browser with your login sessions intact

Foxl's most powerful feature is browser automation using your actual Chrome browser — with all your logged-in sessions intact. This is what sets Foxl apart from every other AI assistant.

Why This Matters

ChatGPT, Perplexity, and other AI tools cannot access your logged-in accounts. They can only browse the public web. Foxl is different — it controls your real Chrome browser, which means it can:

  • Read your Gmail or Outlook inbox
  • Check your Amazon order status
  • Navigate your company's internal tools
  • Fill out forms on sites where you're logged in
  • Extract data from authenticated dashboards

Two Browser Tools

browser (Playwright)

Headless browser automation for general web tasks:

ActionDescription
gotoNavigate to a URL
screenshotCapture the current page
clickClick an element
typeType text into an input
getTextExtract text content
getHtmlGet page HTML
evaluateRun JavaScript on the page

Best for: web scraping, form filling, data extraction from public sites.

browser_extension (Chrome Extension)

Enhanced control of your actual Chrome browser:

ActionDescription
Tab managementOpen, close, switch, and group tabs
Accessibility treeUnderstand page structure and interactive elements
Click and typeInteract with your real Chrome tabs
ScrollNavigate long pages
ScreenshotCapture visible content

Best for: tasks requiring your login sessions — email, dashboards, authenticated sites.

The Chrome Extension uses your real browser sessions. When you're logged into Gmail in Chrome, Foxl can read your email. When you're logged into Slack, Foxl can check your messages. No separate login needed.

Installing the Chrome Extension

The extension is bundled with the desktop app but requires manual installation:

  1. Open Chrome and navigate to chrome://extensions
  2. Enable Developer mode (toggle in top right)
  3. Click Load unpacked
  4. Select the extension directory from your Foxl installation

The Chrome Extension is not yet published on the Chrome Web Store. Manual installation is required for now.

Security

Browser automation is powerful, so Foxl includes several safety measures:

  • Financial site blocking: Banking and financial sites are blocked by default via domain blacklist. You can configure allowed/blocked domains.
  • Visual feedback: The Chrome Extension shows visual indicators when the agent clicks or types.
  • Action transparency: All browser actions are logged and visible in real-time in the dashboard.

Platform Support

Browser automation detects Chrome automatically on:

  • macOS: /Applications/Google Chrome.app
  • Windows: Standard Chrome installation paths
  • Linux: /usr/bin/google-chrome or Chromium

On this page