Uses of Enum Class
org.openqa.selenium.Proxy.ProxyType
Packages that use Proxy.ProxyType
-
Uses of Proxy.ProxyType in org.openqa.selenium
Methods in org.openqa.selenium that return Proxy.ProxyTypeModifier and TypeMethodDescriptionProxy.getProxyType()
Gets theProxy.ProxyType
.static Proxy.ProxyType
Returns the enum constant of this class with the specified name.static Proxy.ProxyType[]
Proxy.ProxyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium with parameters of type Proxy.ProxyTypeModifier and TypeMethodDescriptionProxy.setProxyType
(Proxy.ProxyType proxyType) Explicitly sets the proxy type, useful for forcing direct connection on Linux.