I'm getting the following error when I try to open the EdgeDriver.
OpenQA.Selenium.WebDriverException: 'Cannot start the driver service on http://localhost:20548/'
The FirefoxDriver and ChromeDriver work just fine.
This is an issue with the driver?
There is nothing running on port 20548. The below code returns nothing.
C:WINDOWSsystem32>netstat -a -o | find "20548"
Did I need to do anything else besides downlowd the Selenium.WebDriver.MicrosoftWebDriver NuGet into my project?
The only software I need installed on my computer is the latest version of Microsoft Edge correct?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…