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

Method isAutodetect

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

194 * @return true if set to autodetect proxy settings, false otherwise
195 */
196 public boolean isAutodetect() {
197 return autodetect;
198 }
199
200 /**
201 * 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