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

Method getSocksPassword

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

Gets the SOCKS proxy's password. Supported by SOCKS v5 and above. @return the SOCKS proxy's password

()

Source from the content-addressed store, hash-verified

350 * @return the SOCKS proxy's password
351 */
352 public @Nullable String getSocksPassword() {
353 return socksPassword;
354 }
355
356 /**
357 * Specifies a password for the SOCKS proxy. Supported by SOCKS v5 and above.

Callers 11

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 9

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