WebDriverManager.Net
WebDriverManager.Net copied to clipboard
Feature: Use HTTP_PROXY / HTTPS_PROXY variable for proxy settings
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 a proxy or a different proxy (yeah it is well configured 😢), so I was wondering if it would be possible to use the HTTP_PROXY variable (that I already set for SonarQube) to resolve driver downloads.
This would be a very nice option :D
I had some spare time so created a PR for this: https://github.com/rosolko/WebDriverManager.Net/pull/197