VAIBHAV SINGH
Selenium Issues

Error: The best matching driver provider org.openqa.selenium.edge.EdgeDriver can't create a new driver instance for Capabilities

Solution:

I managed to find the answer to this it seems I needed to specify --browser="internet explorer" rather than --browser=ie in my particular situation. For more background see:

SeleniumHQIssue#906