Supported Web Browsers

Currently, QualityMate supports the following web browsers:

  • Chrome

  • Edge (version 79+)

  • Internet Explorer

  • Firefox

  • Electron

To execute QualityMate with these browsers, you need a web driver.

Web Drivers

To obtain the web driver, you must download the driver for each used web browser; there are two ways to get the driver:

  1. Go to the official repository website, download the corresponding binary, and move it to the output project test.

  2. Using a NuGet package. To know how to install packages in Visual Studio, please follow this link.

Web Drivers Version

Also, if you don't know which web driver version to download, check these suggestions:

  • Check your web browser version and compare the major version with the web driver's major version (usually with Chrome and Edge drivers).

  • Go to the release notes from the official repository and look for which version is supported.

  • Read the primary documentation from the web driver's official repository.

If any of the suggestions don't work, please contact us.

We highly recommend the following drivers to use for each web browser:

Internet Explorer special requirements

If you are going to use Internet Explorer, there are some required configurations defined by Selenium.

There are optional configurations considered useful by the QualityMate team to improve stability. The optional configurations are:

  • Under Settings > Internet Options > Advanced > Security make sure that the following options are marked:

    • Allow active content to run in files on My Computer

    • Allow the software to run or install even if the signature is invalid

To enable Internet Explorer browser arguments or use private mode, it is necessary to follow the first step described here. Also, you might need to use the x64bits IEDriverServer.

Last updated