Message - TestComplete Chrome Extension Is Not Installed or Is Disabled.

Applies to TestComplete 14.30, last modified on November 21, 2019

What Happened?

TestComplete retrieves data from Google Chrome via an extension that is installed into the browser. This message is displayed when TestComplete is unable to access the extension.

What to Do?

1. Check if the Extension Is Installed
  1. In Google Chrome, go to Settings > Extensions or type chrome://extensions/ in the Address box. You will see a list of extensions.

  2. Find SmartBear Test Extension in the list.

  3. If the extension is in the list, enable it:

    Automated web testing with TestComplete: Enabling the Chrome extension

    Click the image to enlarge it.

    If you are going to test local web pages (their URLs start with the file:// prefix), select also the Allow access to file URLs check box.

2. If Extension Is Not in the List

It means that it was either not installed, or it was removed from the browser.

The extension was not installed

The extension was removed from Chrome

3. Check if tcCrHost.exe is running and its ID is valid
  1. Make sure that the tcCrHost process is running on your computer.

    You can do it for example by using the Windows Task Manager. Switch the Task Manager to the More details mode. On Windows 10, the tcCrHost process is displayed as a child process of the Google Chrome process.

    If the process is not running, make sure that the tcCrHost.exe utility exists on your computer. By default, the executable is installed along with the SmartBear Test Extension and resides in the following folder:

    C:\Program Files (x86)\Common Files\SmartBear\tcCrExtension\<alphanumeric_ID>

  2. Make sure that the following key is present in your Windows registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\testcomplete12.smartbear.chrome.extension

    Its value must specify a valid path to the tcCrHost.exe utility (see above).

  3. Make sure that the actual ID of your SmartBear Test Extension installed in your Chrome browser matches the ID that the tcCrHost.json file specifies.

    To get the ID of the installed extension in Chrome

    To get the ID that the tcCrHost.json file specifies

See Also

Preparing Chrome for Web Testing
About SmartBear Test Extension
Considerations for Web Testing

Highlight search results