Greg Burghardt

Results 5 comments of Greg Burghardt

Which OS are you running Selenium on? Are you certain that Google Chrome is installed on that machine? WebDriverManager.Net only downloads ChromeDriver, not the browser itself.

I noticed this as well. I'm starting to think that the `VersionResolveStrategy` is not uniform across browser vendors. I can see two possible solutions: 1. (no public API changes) Treat...

The URL to download the zip file has changed. Plus, the default version matching strategy fails if Microsoft does not release a version of web driver for each operating system....

A good thread to read related to this topic: https://github.com/MicrosoftEdge/EdgeWebDriver/issues/39

A `503 Server unavailable` error is a standard HTTP response when the web server is too busy, or for some other reason it cannot process your request. Resolving this error...