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

Method getHttpProxy

java/src/org/openqa/selenium/Proxy.java:252–254  ·  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

250 * @return the HTTP proxy hostname if present, or null if not set
251 */
252 public @Nullable String getHttpProxy() {
253 return httpProxy;
254 }
255
256 /**
257 * 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