MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / Proxy

Method Proxy

java/src/org/openqa/selenium/Proxy.java:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 private @Nullable String proxyAutoconfigUrl;
89
90 public Proxy() {
91 // Empty default constructor
92 }
93
94 public Proxy(Map<String, ?> raw) {
95 Map<String, Consumer<Object>> setters = new HashMap<>();

Callers

nothing calls this directly

Calls 15

setProxyTypeMethod · 0.95
setFtpProxyMethod · 0.95
setHttpProxyMethod · 0.95
setNoProxyMethod · 0.95
setSslProxyMethod · 0.95
setSocksProxyMethod · 0.95
setSocksVersionMethod · 0.95
setSocksUsernameMethod · 0.95
setSocksPasswordMethod · 0.95
setProxyAutoconfigUrlMethod · 0.95
setAutodetectMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected