Always a student
2018-12-06 14:45:09 UTC
Hi All,
My PC got udpated to the latest version of windows that has udpated Edge to
version Microsoft EdgeHTML 18.17763 (Microsoft Edge 44.17763.1.0 ). Now, my
selenium test cases dont run on Edge because the driver is outdated. I have
been using Selenium.WebDriver.MicrosoftDriver on nuget (C# binding in use).
But this driver doesnt have any udpate yet. Its still stuck at 17.171340. I
checked their driver downloads page (
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/).
Here also, the last version is 17134 . Now, I do see a new text added on
the page that says
-------------------------------
Microsoft WebDriver is now 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
---------------------------------
Does this mean they are not going to release any standalone versions for
download now? Also, what does it mean for us selenium testers? We just have
to install the driver on the machines directly using the above method and
dont need to update drivers from nuget anymore?
Any idea any body? (This questions applies to Java or any other bindings
also , since you guys also need the driver)
My PC got udpated to the latest version of windows that has udpated Edge to
version Microsoft EdgeHTML 18.17763 (Microsoft Edge 44.17763.1.0 ). Now, my
selenium test cases dont run on Edge because the driver is outdated. I have
been using Selenium.WebDriver.MicrosoftDriver on nuget (C# binding in use).
But this driver doesnt have any udpate yet. Its still stuck at 17.171340. I
checked their driver downloads page (
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/).
Here also, the last version is 17134 . Now, I do see a new text added on
the page that says
-------------------------------
Microsoft WebDriver is now 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
---------------------------------
Does this mean they are not going to release any standalone versions for
download now? Also, what does it mean for us selenium testers? We just have
to install the driver on the machines directly using the above method and
dont need to update drivers from nuget anymore?
Any idea any body? (This questions applies to Java or any other bindings
also , since you guys also need the driver)
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f1a7f4c8-1bf5-412f-b431-e4e15f30da32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/f1a7f4c8-1bf5-412f-b431-e4e15f30da32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.