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

Method getSocksUsername

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

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

()

Source from the content-addressed store, hash-verified

360 * @return the SOCKS proxy's username
361 */
362 public @Nullable String getSocksUsername() {
363 return socksUsername;
364 }
365
366 /**
367 * Specifies a username 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