Uses of Class
org.openqa.selenium.devtools.v95.network.model.PrivateNetworkRequestPolicy
-
Packages that use PrivateNetworkRequestPolicy Package Description org.openqa.selenium.devtools.v95.network.model -
-
Uses of PrivateNetworkRequestPolicy in org.openqa.selenium.devtools.v95.network.model
Methods in org.openqa.selenium.devtools.v95.network.model that return PrivateNetworkRequestPolicy Modifier and Type Method Description static PrivateNetworkRequestPolicyPrivateNetworkRequestPolicy. fromString(java.lang.String s)PrivateNetworkRequestPolicyClientSecurityState. getPrivateNetworkRequestPolicy()static PrivateNetworkRequestPolicyPrivateNetworkRequestPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrivateNetworkRequestPolicy[]PrivateNetworkRequestPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v95.network.model with parameters of type PrivateNetworkRequestPolicy Constructor Description ClientSecurityState(java.lang.Boolean initiatorIsSecureContext, IPAddressSpace initiatorIPAddressSpace, PrivateNetworkRequestPolicy privateNetworkRequestPolicy)
-