I’m trying to open multiple(around 30) websites for the automation using chrome browser, sometime the process run without any error but sometime it fails due to the UiPath extension issue in chrome browser. The extension is there and active.
Please suggest solutions.
- Check if the UiPath extension is installed and enabled in Chrome. You can do this by navigating to
chrome://extensions/
in Chrome and looking for the UiPath extension. If it’s not installed, you can install it from the UiPath Studio by following these steps:Home > Tools > UiPath Extensions > Chrome
. - Make sure that you’re using the latest version of Google Chrome (version 64 or higher) to perform browser automations.
- Check if the
ChromeNativeMessaging.exe
process is running. This process enables communication between the UiPath Extension for Chrome and the UiPath Studio/Robot. You can check if the process is running by opening the Task Manager in Chrome. If the process is not running, make sure that the extension is installed correctly and that there are no Group Policies affecting the extension. - Ensure that the UiPath extension has access to File URLs and Incognito mode. You can enable these options by navigating to
chrome://extensions/
, clicking on theDetails
button next to the UiPath Web Automation extension, and selecting theAllow in incognito
andAllow access to file URLs
options.
–>If the above steps don’t resolve the issue, you can try uninstalling the UiPath extension and reinstalling it from the Chrome Web Store
hope this helps!
2 Likes