Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CrossOriginEmbedderPolicyValue
Packages that use CrossOriginEmbedderPolicyValue
-
Uses of CrossOriginEmbedderPolicyValue in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CrossOriginEmbedderPolicyValueModifier and TypeMethodDescriptionCrossOriginEmbedderPolicyValue.fromString(String s) CrossOriginEmbedderPolicyStatus.getReportOnlyValue()CrossOriginEmbedderPolicyStatus.getValue()Returns the enum constant of this class with the specified name.static CrossOriginEmbedderPolicyValue[]CrossOriginEmbedderPolicyValue.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 CrossOriginEmbedderPolicyValueModifierConstructorDescriptionCrossOriginEmbedderPolicyStatus(CrossOriginEmbedderPolicyValue value, CrossOriginEmbedderPolicyValue reportOnlyValue, Optional<String> reportingEndpoint, Optional<String> reportOnlyReportingEndpoint)