Skip to content

Commit a968a6d

Browse files
committed
Fixes the SetHttpProxy and SetSSLProxy not handling double florentbr#74
1 parent f3fe646 commit a968a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Selenium/Common/Proxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private void Set(string key, object value) {
3939
_proxy = new Dictionary();
4040
_capabilities.Add(KEY_PROXY, _proxy);
4141
}
42-
_proxy.Add(key, value);
42+
_proxy.Set(key, value);
4343
}
4444

4545
/// <summary>

0 commit comments

Comments
 (0)