WebDriverManager.Net icon indicating copy to clipboard operation
WebDriverManager.Net copied to clipboard

Automatic Selenium Webdriver binaries management for .Net

Results 23 WebDriverManager.Net issues
Sort by recently updated
recently updated
newest added

### **When the WebDriverManager is instantiated with the "MatchingBrowser" command, the browser is not launched and error is displayed** ### **_Screenshot:_** ![image](https://user-images.githubusercontent.com/85741928/179395256-df9f9192-ea7c-4993-8aba-1949889973c2.png)

RP #186 implemented GetMatchingBrowserVersion for Firefox which is a great first step but unfortunately the version of firefox is not the same as the version of the mozilla geckodriver so...

help wanted

I ran into the same issue as the user in #170 and tried using `VersionResolveStrategy.MatchingBrowser` to remedy the issue. After doing so, I ran into another issue... Using the code...

I am getting below exception when I use webdriver manager in c#. Can someone please have a look and advise? Code used: new WebDrivereManager.DriverManager().SetUpDriver(new ChromeConfig()); Result : The remote server...

![2022-02-14_15-56-10](https://user-images.githubusercontent.com/99663630/153887836-e7bee393-0a9a-4e75-83ba-89e8b51097dd.jpg) Since this weekend (02/12) we get an error when trying to initiate a driver for MSEdge: _System.Net.WebException: The remote server returned an error: (404) Not Found._ What does this...

Use HTTP_PROXY / HTTPS_PROXY system variables to set the proxy instead of hardcoded during WebDriverManager initiation Should solve issue #195

Description of the problem: In Selenium C#, WebDriverManager is not downloading the old browser version drivers. Browser and version: Chrome and V 86.0.4240.75 Operating system: Windows 10 WebDriverManager version: V...

In all of my projects I like the use of WebDriverManager. Currently I am struggeling with a build agent that uses a proxy, however I also build on agents without...

_WebDriverManager version: 2.13.0_ `WebDriverManager` with `EdgeConfig` throws `PlatformNotSupportedException` on Linux. Please add Linux support for edgedriver.

### WebDriverManager latest Version: 2.13.0 is not working and throwing error **Screenshot:** _**Error Details:**_ ![image](https://user-images.githubusercontent.com/85741928/172895752-83e62d55-8892-4598-b84c-af5cb9b344b1.png) _**Version Details:**_ ![image](https://user-images.githubusercontent.com/85741928/172896031-8617d8eb-0dd4-4849-a726-0e19a7a84406.png) _**Browser .exe downloaded and available details:**_ ![image](https://user-images.githubusercontent.com/85741928/172897855-7e7d5bdc-6019-4795-8bf6-d327e4b9ed71.png)