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

Method getHttpProxy

java/src/org/openqa/selenium/Proxy.java:220–222  ·  view source on GitHub ↗

Gets the HTTP proxy. @return the HTTP proxy hostname if present, or null if not set

()

Source from the content-addressed store, hash-verified

218 * @return the HTTP proxy hostname if present, or null if not set
219 */
220 public @Nullable String getHttpProxy() {
221 return httpProxy;
222 }
223
224 /**
225 * Specify which proxy to use for HTTP connections.

Callers 15

testManualProxyMethod · 0.95
testPACProxyMethod · 0.95
testAutodetectProxyMethod · 0.95
manualProxyFromMapMethod · 0.95
pacProxyFromMapMethod · 0.95
systemProxyFromMapMethod · 0.95
directProxyFromMapMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 11

testManualProxyMethod · 0.76
testPACProxyMethod · 0.76
testAutodetectProxyMethod · 0.76
manualProxyFromMapMethod · 0.76
pacProxyFromMapMethod · 0.76
systemProxyFromMapMethod · 0.76
directProxyFromMapMethod · 0.76