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 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.
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.
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.
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.
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.
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.
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!