Fix: Chrome Was Not Found on Your System or is Not Supported

Follow some quick steps to solve this browser error message

Reading time icon 4 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Developers have reported receiving the error message Browser: 'Chrome' was not found on your system in Cypress or Docker.
  • The error may occur because Cypress cannot locate the chrome.exe path if it's not in the default folder.
  • Users can tell if their browser is not working if they are receiving errors in the command line in web application testing programs.
Try Opera One, a browser with various functionalities already built-in! A flawless browser like Opera has most functions already under the hood.Here's what's included by default:
  • Easy and intuitive workspace management
  • Ad-blocker mode integrated to load pages faster
  • WhatsApp and Facebook Messenger
  • Customizable Ul and AI-friendly
  • โ‡’ Get Opera One

If youโ€™re a web developer, then youโ€™re probably familiar with Cypress, a tool for testing modern applications for browsers. However, users have reported receiving the error message browser: โ€˜Chromeโ€™ was not found on your system or is not supported by Cypress.

Using Docker to run Google Chrome is also a great way to use the browser without installing it onto your system. Running Chrome in a Docker container is also good for running tests for web applications.

Why is Chrome not opening on my computer?

Usually, the error, browser: โ€˜Chromeโ€™ was not found on your system occurs because the chrome.exe file is not installed in the default folder. If itโ€™s located somewhere different, then Cypress will have difficulty locating it and thus will produce the error.

For those wondering if Cypress works with Chrome, the answer is Yes. Chrome, along with a few other browsers developed on the Chromium engine, are all supported by Cypress.

But remember, Cypress still doesn’t support all browsers, and you should verify that beforehand in order to avoid running into errors later.

Quick tip:

Choosing the best browser can make all the difference when it comes to workflow, customizations and user data. We recommended Opera One because it offers a feature-packed interface and is one of the only browsers with a built-in VPN.

Also, this browser has been running on Google’s open source Chromium. This means you can install any web extension from Google’s massive library. The browser also comes with a native AI and social media integration.

Opera One

Choose to navigate safely using this performing browser.
Free Download Visit website

How do I get Cypress to work on Chrome?

  1. Click on Start and search for Command Prompt and right-click it then select Run as administrator. run command prompt as administrator.
  2. Create a directory junction to Chromeโ€™s default folder by typing the following command: C:\mklink /J "C:\Program Files\Google\Chrome\Application" "C:\Program Files \Google Chrome (Local)"
  3. Hit Enter to execute the command. Enter the following command to fix the error browser 'chrome' was not found on your system.

This is a possible solution if you have Google Chrome installed somewhere other than the default folder, which is where Cypress looks for the browser. Creating a symbolic link (symlink) to the default folder will help Cypress locate Chrome.

Be sure to run Command Prompt as an administrator at that the C:\Program Files\Google\Chrome file path exists before trying this step.

2. Clear Cypress cache

Clearing the cache of Cypress will clear out any installed versions of the program on your PC. Like with any application, clearing the cache is a good way to get rid of any corrupt files and clutter. Be sure to run the command: npm install cypress โ€“save-dev to install Cypress again.

Clear Cypress cache to fix the error browser 'chrome' was not found on your system.

3. Run Chrome as an administrator

  1. Locate the chrome.exe file, right-click on it, and then select Properties. Go to chrome.exe file path.
  2. Under the Compatibility tab, check the box next to Run this program as an administrator. Run Chrome as an administrator.
  3. Click Apply and then OK.

4. Reinstall Google Chrome

  1. Press Windows + R to open Run, type appwiz.cpl in the text field, and hit Enter.appwiz.cpl
  2. Now, locate Google Chrome, select it, and click on Uninstall.reinstall to fix Browser: Chrome Was Not Found on Your System
  3. Follow the on-screen instructions to complete the process.
  4. Once done, head to Chrome’s official website, and download and install the browser (with the default settings) all over again.Google Chrome

If nothing worked, it’s likely an issue with Google Chrome that only a reinstall could fix. And that, too, shouldn’t take more than 10-15 minutes. Once done, the Browser: ‘Chrome’ was not found on your system message should not appear in Cypress any more.

How can you tell if your browser is not working?

Users can tell if their browser is not working if they get error messages like browser: โ€˜Chromeโ€™ was not found on your system or is not supported by Cypress, or the message: Google Chrome not found on this system. These error messages appear in web application testing programs like Cypress or in Docker.

browser: 'chrome' was not found on your system error.

Hopefully, one of the above solutions helped fix the error browser: โ€˜Chromeโ€™ was not found on your system.

If youโ€™re having difficulties with Cypress failing to connect to Chrome, we also offer a guide for that.

Let us know in the comments which solution worked for you or if you have a suggestion for a different solution that is not listed.

More about the topics: Chrome Guides