Search This Blog

June 26, 2018

The specific Micrisoft Edge driver is tied to specific Windows 10 version

I saw some updates in NuGet Package in Visual Studio 2015. Therefore I installed the new Microsoft Edge Driver (Selenium.WebDriver.MicrosoftDriver v17.17134.0). When running one test in Microsoft Edge, it showed the following error.  


Finally I realized that the specific Edge driver is tied to specific Windows 10 version. It means the 17134 version is only for the 17134 machine. If I am on 16299.xxx machine , it is required to use the 16299 version of Microsoft Edge driver. 


The drivers of Chrome, Firefox and IE are not tied to specific Windows version. I cannot believe the Microsoft Edge driver is tied to specific Windows version.