0

When can we get the selenium driver versions after the browser upgrade.

For Chrome driver I got info(https://chromedriver.chromium.org/downloads/version-selection) - Before a new major version of Chrome goes to Beta, a matching version of ChromeDriver will be released.

For other browsers(Firefox,Edge,IE..) when can we get the updated driver versions when the browser is upgraded.

I'm not able to find clear information other than chrome.

Dinesh
  • 61
  • 1
  • 1
  • 11

1 Answers1

0

For the IE browser, you can download the IE driver server from the link below.

Download Internet Explorer Driver Server

For the MS Edge legacy browser prior to version 18, you can download the web driver from the link below.

Download Microsoft Edge Legacy web driver

If you want to download the web driver for the MS Edge legacy browser >= version 18, you can refer steps below.

Microsoft WebDriver for Microsoft Edge version 18 is a Windows Feature on Demand.

To install run the following in an elevated command prompt:

DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0

For the MS Edge (Chromium) browser, You can download the latest version of the web driver from the link below.

Download MS Edge (Chromium) web driver

You can refer to the link below to view the full version directory from starting to the latest version of web driver for MS Edge (Chromium) browser.

Full version directory

Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19