I was wondering if someone could help. I’ve been running my process nightly for the past 3 weeks without any issues. For the past 3 nights, however, I’ve started getting this error 1 hour into running it:
Use Browser Edge: Webpage: Cannot communicate with the browser, please check the UiPath extension.
The extension is installed and it works when I rerun it, but I shouldn’t have to rerun it.
Has anyone had this issue before or know how to fix it? As I’m baffled and very frustrated that it worked fine and now it doesn’t
It can happen due to any of the underlying reasons mentioned in the below documentation by UiPath on this error. Please have a look and see if any solution works for you:
Also, what is the version of your UiAutomation package and chrome extension?
Consider upgrading the package and reinstalling the chrome extension, should help. Also, there are few other workarounds suggested in below thread which worked for some users. Have a read:
See if any recent upgrade happened on your browser. If yes - it could be due to some intermittent compatibility issues between the browser and Ui Automation Packages
Try upgrading the packages installed in your code and monitor for few days
Many of the users are facing same issue with Extensions. This was causing due to Chrome version. If it is not updated to the latest version do update it, else downgrade to the previous version and stop the auto update of chrome.
But I can’t work out which error is the same as the error I’m getting (Use Browser Edge: Statement Details: Cannot communicate with the browser, please check the UiPath extension.)
Try
’ Browser activities
Catch ex As UiPath.Core.BrowserException
’ Handle browser communication error
Catch ex As Exception
’ Handle other errors
End Try