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

Feature: Use HTTP_PROXY / HTTPS_PROXY variable for proxy settings

Open jgelon opened this issue 3 years ago • 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

jgelon avatar Jun 29 '22 15:06 jgelon

I had some spare time so created a PR for this: https://github.com/rosolko/WebDriverManager.Net/pull/197

jgelon avatar Jul 01 '22 07:07 jgelon