UiPath Extension Firefox not working on Firefox Version 135.0

Hello everyone,

The latest Firefox update to version 135.0 introduced a breaking change affecting the UiPath extension for Firefox. This causes Firefox browser automation processes to fail.

Our team is working on this issue and preparing a fix to be released this week. We will update this post as soon as we have news.

Available workaround

Until then, the immediately available workaround is to downgrade Firefox from version 135.0 to an earlier version.

You also need to change your Firefox update settings to prevent Firefox from automatically updating itself after you install an older version (see https://support.mozilla.org/en-US/kb/install-older-version-firefox?redirectslug=install-older-version-of-firefox&redirectlocale=en-US)

4 Likes


You may also need to make the updates in update-config.json file that sits in ProgramData folder on C drive, so that your firefox does not get updated automatically after downgrade.

Is there any actual fix at this time?

Is there any form of official fix? Downgrading to a prior version seems like such a tedious fix for everyone.

Why would we prevent auto updates? That usually entails key security features and protocols. How can UI path just not keep up with extension support?

Hello @dylan.kelly,

Preventing auto updates was only suggested as part of the workaround.

Disabling automatic updates would only be temporary, while you are using Firefox version 134.0.2, for example, because otherwise an automatic update would be done again, and the problem would reoccur.

Our team is still working on a permanent solution and we expect to have a first fix by tomorrow. We’ll keep you updated on any progress.

4 Likes

Please kindly provide an update here after you have released a fix. Thank you!

Try please this alternative solution provided by the UiPath Product team for Firefox 135.0:

  1. Download DriverExtensions_v25.2 and extract it anywhere on disk (e.g. D:\DriverExtensions_v25.2)
  2. Run with Admin rights this PowerShell command:
&"D:\DriverExtensions_v25.2\SetupExtensions.exe" /firefox-policy-offline /silent

Or

cmd.exe with Admin rights:

"D:\DriverExtensions_v25.2\SetupExtensions.exe" /firefox-policy-offline /silent

Example:
The image shows a command prompt window with administrative privileges, where a user is executing a program from the Downloads directory with specific parameters for silent installation and offline Firefox policy. (Captioned by AI)

This will upgrade the ChromeNativeMessaging.exe used by the Firefox extension and fix this issue.
No changes will be required to existing automation processes.

Note: We will include the fix in all LTS versions.

2 Likes

I tried it, but the incident didn’t change. What’s wrong?

This extension works fine with Firefox v134.0.

Raise a support case.

I’ve raised the support case.

1 Like

I tried the solution, the extension recognizes the browser, but either way the result is the same.
Has anyone validated this solution?

I have tried the solution to no avail. I get the same thing as @patent-atanaka

We’ve worked with the UiPath Product team to develop a tested solution, and we’re happy to share it with you:

  1. Download DriverExtensions_v25.2.zip and extract it anywhere on disk (e.g. D:\DriverExtensions_v25.2)

  2. Run with Admin rights this PowerShell command:

&"D:\DriverExtensions_v25.2\SetupExtensions.exe" /firefox-policy-offline /silent

  1. Set the environment variable UIPATH_ENABLE_FIREFOX_135_WORKAROUND with the value 1.

Run with Admin rights this PowerShell command:

[Environment]::SetEnvironmentVariable('UIPATH_ENABLE_FIREFOX_135_WORKAROUND', '1', 'Machine')

This will upgrade the ChromeNativeMessaging.exe used by the Firefox extension and fix this issue.
No changes will be required to existing automation processes.

Notes:

  • We are planning in the future to test in advance the Firefox beta releases
  • We will add the Firefox browser extension fix in the near future in the Studio/Robot and UiPath.UiAutomation.Activities.
8 Likes

Thank you very much for the response, it works perfectly.

3 Likes

I tried it too, but the incident didn’t change. What’s wrong? V134 Firefox is OK, but V135 is still wrong.

Did you follow the exact steps from the new solution for Firefox 135.0?

The procedure is correct. I tried updating the project’s dependent libraries, but the problem persisted. I have no idea what the cause is, so I’ve attached the console log of the extension.
I’ve also uploaded same attachements to the support case.



FirefoxV135-UiPathWebAutomationNewest-console-export-2025-2-12_10-34-56.txt (2.0 KB)

I found the cause. I missed the step of setting the environment variables. Now it works without any problems. And i have replied to the case that had been raised that it had been resolved and asked to close it.Thanks a lot.

1 Like

Hi all, just reporting that I encountered this error with the Firefox extension as well in the latest Firefox ESR release. I am testing the fixes mentioned in this thread.

This fix seems to work. Unfortunately I am still having issues in Firefox ESR I think possibly as a result of the new changes.

But for now, this fix gets normal Firefox install working perfectly. Instead of installing the Firefox extension through Studio, just make sure to install it via this powershell method of “SetupExtensions” and it works!

1 Like