Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.IpProxyStatus
Packages that use IpProxyStatus
Package
Description
-
Uses of IpProxyStatus in org.openqa.selenium.devtools.v141.network
Methods in org.openqa.selenium.devtools.v141.network that return types with arguments of type IpProxyStatusModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<IpProxyStatus> Network.getIPProtectionProxyStatus()Returns enum representing if IP Proxy of requests is available or reason it is not active. -
Uses of IpProxyStatus in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return IpProxyStatusModifier and TypeMethodDescriptionstatic IpProxyStatusIpProxyStatus.fromString(String s) static IpProxyStatusReturns the enum constant of this class with the specified name.static IpProxyStatus[]IpProxyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.