rosolko/WebDriverManager.Net

Feature: Use HTTP_PROXY / HTTPS_PROXY variable for proxy settings

jgelon opened this issue · 1 comments

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: #197