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

Method isAutodetect

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

Whether to autodetect proxy settings. @return true if set to autodetect proxy settings, false otherwise

()

Source from the content-addressed store, hash-verified

188 * @return true if set to autodetect proxy settings, false otherwise
189 */
190 public boolean isAutodetect() {
191 return autodetect;
192 }
193
194 /**
195 * Specifies whether to autodetect proxy settings.

Callers 12

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

Calls

no outgoing calls

Tested by 10

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