Uses of Class
org.openqa.selenium.Proxy.ProxyType
-
Packages that use Proxy.ProxyType Package Description org.openqa.selenium -
-
Uses of Proxy.ProxyType in org.openqa.selenium
Methods in org.openqa.selenium that return Proxy.ProxyType Modifier and Type Method Description Proxy.ProxyTypeProxy. getProxyType()Gets theProxy.ProxyType.static Proxy.ProxyTypeProxy.ProxyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Proxy.ProxyType[]Proxy.ProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium with parameters of type Proxy.ProxyType Modifier and Type Method Description ProxyProxy. setProxyType(Proxy.ProxyType proxyType)Explicitly sets the proxy type, useful for forcing direct connection on Linux.
-