MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Proxy

Method Proxy

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

setProxyTypeMethod · 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
collectMethod · 0.80
putMethod · 0.65

Tested by

no test coverage detected