Uses of Class
org.openqa.selenium.devtools.v95.network.model.CrossOriginEmbedderPolicyValue
-
Packages that use CrossOriginEmbedderPolicyValue Package Description org.openqa.selenium.devtools.v95.network.model -
-
Uses of CrossOriginEmbedderPolicyValue in org.openqa.selenium.devtools.v95.network.model
Methods in org.openqa.selenium.devtools.v95.network.model that return CrossOriginEmbedderPolicyValue Modifier and Type Method Description static CrossOriginEmbedderPolicyValueCrossOriginEmbedderPolicyValue. fromString(java.lang.String s)CrossOriginEmbedderPolicyValueCrossOriginEmbedderPolicyStatus. getReportOnlyValue()CrossOriginEmbedderPolicyValueCrossOriginEmbedderPolicyStatus. getValue()static CrossOriginEmbedderPolicyValueCrossOriginEmbedderPolicyValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CrossOriginEmbedderPolicyValue[]CrossOriginEmbedderPolicyValue. 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 CrossOriginEmbedderPolicyValue Constructor Description CrossOriginEmbedderPolicyStatus(CrossOriginEmbedderPolicyValue value, CrossOriginEmbedderPolicyValue reportOnlyValue, java.util.Optional<java.lang.String> reportingEndpoint, java.util.Optional<java.lang.String> reportOnlyReportingEndpoint)
-