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

Method getProxyAutoconfigUrl

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

Gets the proxy auto-configuration URL. @return the proxy auto-configuration URL

()

Source from the content-addressed store, hash-verified

404 * @return the proxy auto-configuration URL
405 */
406 public @Nullable String getProxyAutoconfigUrl() {
407 return proxyAutoconfigUrl;
408 }
409
410 /**
411 * Specifies the URL to be used for proxy auto-configuration. Expected format is <code>

Callers 13

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

Calls

no outgoing calls

Tested by 9

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