We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76eb5f commit ca711efCopy full SHA for ca711ef
WebDriverManager/DriverManager.cs
@@ -29,6 +29,7 @@ public DriverManager(IBinaryService binaryService, IVariableService variableServ
29
public DriverManager WithProxy(IWebProxy proxy)
30
{
31
_binaryService = new BinaryService {Proxy = proxy};
32
+ WebRequest.DefaultWebProxy = proxy;
33
return this;
34
}
35
0 commit comments