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:\WINDOWS\system32>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?