Subscribe

UiPath Studio

The UiPath Studio Guide

Chrome Extension Troubleshooting

This page presents the most frequent reasons for which the UiPath Extension for Chrome might not work properly, and how to solve these issues.

Check if the Extension for Chrome is Installed and Enabled

  1. In Google Chrome, navigate to chrome://extensions/.
  2. Make sure the extension is installed and enabled, as explained here.
  3. If the extension was installed correctly but does not appear in Chrome, check if there are Group Policies that affect the extension, as explained here.

Check if ChromeNativeMessaging.exe is Running

  1. Open Chrome.
  2. Open Task Manager.
  3. Check if the ChromeNativeMessaging.exe process is running.
756
  1. If the process is not running:
  • Make sure the extension is installed. For more information on how to install it, check the docs page.
  • Check if there are Group Policies affecting ChromeNativeMessaging.exe. See the docs page for more information.

Enable Access to File URLs and Incognito Mode

By default, the extension is not granted access to File URLs or Incognito Mode. To enable these:

  1. In Google Chrome, navigate to chrome://extensions/. The Chrome Extensions page is displayed.
  2. Navigate to the UiPath extension and click the Details button. The UiPath Chrome extension details page is displayed.
  3. Make sure the Allow in incognito and Allow access to file URLs options are selected.
680

Multiple Browser Profiles

Multiple Chrome Instances With Multiple User Profiles

UiPath Extension for Chrome does not support automating multiple browser instances running with multiple user profiles at the same time. As such, browser automation requires you to close all active instances of Chrome and restart the browser using a single user profile.

Stopping All Chrome Instances

In some cases, Chrome background processes prevent it from closing completely, which interferes with automations even if the browser instance is not visible.

We recommend closing Chrome by right-clicking the Chrome icon in the System Tray, and selecting Exit. This ensures that no other user profiles remain in use in the background.

386

Check if ComSpec variable is defined correctly

If the UiPath Extension for Google Chrome cannot launch the ChromeNativeMessaging.exe, the solution is to manually add the ComSpec environment variable.

This variable is set at Windows install and should have the value %SystemRoot%\system32\cmd.exe.

1018

Updated 10 months ago

Chrome Extension Troubleshooting


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.