Can not communicate with the chrome browser, Please check Uipath extension

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.

  1. 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.
  2. Make sure that you’re using the latest version of Google Chrome (version 64 or higher) to perform browser automations.
  3. 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.
  4. 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 the Details button next to the UiPath Web Automation extension, and selecting the Allow in incognito and Allow 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! :slightly_smiling_face:
1 Like