|
Post by leiwang on Oct 30, 2019 2:50:48 GMT
User reported that the "StartWebBrowser" failed to work with the Edge 44.18362. On the Microsoft link developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/The latest driver is Release 17134, it doesn't support the edge 18362, but it also said == quoted from Microsoft edge driver page == 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============================================ After installation the driver "MicrosoftWebDriver.exe" will be installed into folder C:\Windows\System32 and C:\Windows\SysWOW64, after copying the driver to c:\seleniumplus\extra, the "StartWebBrowser" could work. I guess C:\Windows\System32\MicrosoftWebDriver.exe is for the 64 bits Edge, while C:\Windows\SysWOW64\MicrosoftWebDriver.exe is for the 32 bits Edge.
|
|