Hello eveybody,
I’ve some tests running in c# and Selenium : no problem for Chrome, IE and Firefox
I want to do the same thing with Edge, but that doesn’t work.
I download driver from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
OpenQA.Selenium.DriverServiceNotFoundException : The MicrosoftWebDriver.exe file does not exist in the current directory or in a directory on the PATH environment variable.
???
msedgedriver is in \bin\* directory
Nuggets installed :
· Microsoft.Edge.SeleniumTools 3.141.2
· Selenium.WebDriver.ChromeDriver 85.0.4183.8700
· Selenium.WebDriver 3.141.0
Help is welcome 😊
Thanks
David
Hello
The problem is resolved.
The code was :
driver = new EdgeDriver() ;
But in fact
driver = new OpenQA.Selenium.Edge.EdgeDriver() ;
And it has to be
Driver = new Microsoft.Edge.SeleniumTools. EdgeDriver()
Hope it helps 😊
De : Nortier David
Envoyé : lundi 5 octobre 2020 14:51
À : Selenium Users <seleniu...@googlegroups.com>
Objet : Selenium - c# - Edge
--
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-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/2dd972053be64412a88e51fa54a252b0%40cph.be.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CA%2Bj5n7SQJ08QHocgoBUgvaUFm5swxY3kks9pC9LQuKkFkueJEA%40mail.gmail.com.