jorge
jorge
it seems that, https://msedgedriver.azureedge.net/98.0.1108.51/edgedriver_win64.zip does not exist anymore on https://msedgedriver.azureedge.net/, but this one, https://msedgedriver.azureedge.net/98.0.1108.50/edgedriver_win64.zip, does 98.0.1108.51 - not exist 98.0.1108.50 - exist
> @christian-bromann how can we restrict the selenium-standalone-service to download only the chrome and not edge? My Browser config does not have anything related to edge driver but it still...
> So sort of fix would be to download latest avaliable msedgedriver version that exist that is smaller then current chromedriver version. Still there should be parameter just to ignore...
> there are msedgedrivers versions https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads so from some xml they could be found and if avaliable downloaded. Still this is important only for this who wants msedgedriver. 98% did...
I think I found a work around, until we fix the real problem: services: [["selenium-standalone", { drivers: { chrome: 'latest', chromiumedge: '98.0.1108.50'} }]
> > @misjorge > > I have implemented below work around and it works fine for me > > Could you create pull request with your working solution, or at...