Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CrossOriginOpenerPolicyValue
Packages that use CrossOriginOpenerPolicyValue
-
Uses of CrossOriginOpenerPolicyValue in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CrossOriginOpenerPolicyValueModifier and TypeMethodDescriptionstatic CrossOriginOpenerPolicyValueCrossOriginOpenerPolicyValue.fromString(String s) CrossOriginOpenerPolicyStatus.getReportOnlyValue()CrossOriginOpenerPolicyStatus.getValue()static CrossOriginOpenerPolicyValueReturns the enum constant of this class with the specified name.static CrossOriginOpenerPolicyValue[]CrossOriginOpenerPolicyValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CrossOriginOpenerPolicyValueModifierConstructorDescriptionCrossOriginOpenerPolicyStatus(CrossOriginOpenerPolicyValue value, CrossOriginOpenerPolicyValue reportOnlyValue, Optional<String> reportingEndpoint, Optional<String> reportOnlyReportingEndpoint)