Skip to content

Browser Compatibility

Agentic Workflow Studio runs entirely inside your browser.
Because of this, browser choice and settings directly affect how workflows behave.

This page explains:

  • Which browsers are supported
  • Known limitations
  • Simple steps to fix common issues

Agentic Workflow Studio relies on modern browser APIs for automation, DOM access, and local AI execution.

BrowserSupport LevelNotes
Google ChromeFully supportedRecommended
Microsoft EdgeFully supportedChromium-based
FirefoxPartial supportSome automation nodes may not work
SafariNot supportedTechnical limitations

Some workflow nodes require advanced browser capabilities, such as:

  • Accessing page content and HTML
  • Simulating clicks and form input
  • Waiting for elements to appear
  • Running local AI models
  • Storing workflows and knowledge locally

Not all browsers expose these features in the same way.


These browsers provide full support for:

  • Page interaction nodes (click, fill, scroll, submit)
  • Data extraction nodes
  • Triggering workflows from any webpage
  • Local storage, vector databases, and RAG
  • Marketplace workflows

If you do not see Agentic Workflow Studio in your toolbar or right-click menu:

  1. Open the extension manager
    chrome://extensions/ or edge://extensions/
  2. Make sure Agentic Workflow Studio is enabled
  3. Refresh the webpage you are working on

If the issue persists:

  • Disable other automation extensions temporarily
  • Restart the browser

Firefox uses stricter security rules that limit what extensions can do on webpages.

Some workflows may:

  • Fail to click elements
  • Stop when extracting page content
  • Not detect dynamic elements
  • Be blocked on certain websites

These are browser limitations, not workflow errors.

If a workflow does not behave as expected in Firefox:

  • Try the same workflow in Chrome or Edge
  • Use Firefox only for simple workflows or testing

Safari does not currently support the extension APIs required to run Agentic Workflow Studio.

  • Use Chrome or Edge on macOS
  • Build workflows in another browser and share them
  • Follow workflow execution via exported data

Safari support may be reconsidered in the future, but it is not on the current roadmap.


  • Refresh the page
  • Make sure the extension is enabled
  • Check that the workflow trigger matches the page
  • The page may load content dynamically
    → Add a Wait step before the action
  • The website may block automation
    → Try a different selector or browser

See: Wait node

You can also explore the available browser automation nodes here: Browser extension nodes


  • The content may not be visible yet
  • The page may be protected
  • The browser may block access

Try:

  • Adding a delay or wait node
  • Running the workflow manually step by step
  • Testing in Chrome or Edge

Some websites restrict extension access.

If a workflow does not work on a specific site:

  1. Open the extension settings
  2. Allow access to the current website
  3. Reload the page

This is required for:

  • Form filling
  • Page scraping
  • Trigger-based workflows

For smoother execution:

  • Close unused tabs
  • Disable heavy extensions temporarily
  • Avoid running many workflows at once
  • Prefer Chrome or Edge with default settings

Before reporting an issue, check:

  • Browser name and version
  • Whether the issue happens in Chrome
  • Which node fails
  • Whether the page loads content dynamically

Useful links:


  • Chrome and Edge offer full compatibility
  • Firefox works with limitations
  • Safari is not supported
  • Most issues are browser-related, not workflow-related

Choosing the right browser is the first step to reliable automation.