🖋️
QualityMate
  • QualityMate
  • Getting Started
    • Introduction
    • Why QualityMate
    • Architecture
    • Supported Web Browsers
    • Glossary
  • Components
    • UI Player
      • Basic Concepts
      • UiPlayer
      • MSTest Integration
      • Samples
        • QualityMate Sample Desktop
        • QualityMate Sample Web
        • QualityMate MSTest Integration Sample Desktop
        • QualityMate MSTest Integration Sample Web
        • QualityMate Integration with Test Frameworks
        • Web Authentication Sample
      • QualityMate Project Template
    • UI Recorder
      • Basic Concepts
      • Setting Up the Recorder
      • Validating an Element
      • Generating QualityMate Solution
  • Tools
    • File Comparators
    • Image Processor
    • Project Merger
    • Test Case Generator
      • Filters
      • Rename Recorded Controls
  • Basic Concepts
    • Page Object
      • Work Guide
    • Controls
      • Control Types
        • Generic Types
        • Desktop types
        • Web Types
        • WebMap types
          • Kendo PowerBuilder
          • Kendo WinForms
          • Kendo Silverlight
      • Interactions
        • SendKeys
        • Validate
    • Selectors
      • Selectors in Code
      • Default Selector
      • Shared Selector
      • Selectors Category
        • CSS Selector
        • XPath Selector
        • Image Selector
        • Frame Selector
      • Identifying Selector
        • Identify for Windows Desktop
        • Identify for Web
  • How to Guides
    • Setting Up the Configuration
      • Parameters
      • Context
      • Loading External Data
    • Awaiting for the Application
      • Busy Loaders
      • Retries
    • Defining Controls
      • Extending Controls
      • Control Slice
      • Control Collection
    • Logging on Tests
      • QualityMate Reports
      • Logging
  • Help
    • Best Practices
      • Environment
      • Tests
      • Page Objects
      • Validations
      • Interactions
      • Image Comparisons
    • Known Issues
    • Continuous Integration
      • Agents Session
    • Upgrading QualityMate
      • From version 7 to version 8
      • Previous Versions
      • How to switch from TestFeature to UiTest
    • VS Test
      • Command Line
      • Generate Reports
  • API
    • Control Interfaces
      • IButton
      • ICheckBox
      • IComboBox
      • IControl
      • IControlSlice
      • IDateTimePicker
      • IElement
      • IGrid
      • IGroupBox
      • ILabel
      • IListBox
      • IMenu
      • INumericUpDown
      • IPageObject
      • IProgressBar
      • IRadioButton
      • IRadioButtonGroup
      • ISplitButton
      • IStatusStrip
      • ITab
      • ITextBox
      • IToggleButton
      • IToolBar
      • ITreeView
    • Behavior
      • ICheckableControl
      • IList
      • ITextControl
    • Enums
      • ClickType
      • KeyModifiers
      • MouseButton
  • Changelog
    • Changelog
      • Version 8
      • Version 7
      • Version 6
      • Version 5
      • Version 4
      • Version 3
Powered by GitBook
On this page
  • Web Drivers
  • Web Drivers Version
  • Recommended Web Drivers
  • Internet Explorer special requirements

Was this helpful?

  1. Getting Started

Supported Web Browsers

PreviousArchitectureNextGlossary

Last updated 1 year ago

Was this helpful?

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 .

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.

Recommended Web Drivers

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

Web Browser

Driver Executable Name

Official Page

Chrome/Electron

chromedriver.exe

Firefox

geckodriver.exe

Edge (Chromium)

msedgedriver.exe

Internet Explorer

IEDriverServer.exe

Internet Explorer special requirements

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

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

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

link
required configurations
here
Chrome Driver
Gecko Driver
Edge Driver
IE DriverServer