Uses of Class
org.openqa.selenium.devtools.v101.network.model.CrossOriginOpenerPolicyValue
-
Packages that use CrossOriginOpenerPolicyValue Package Description org.openqa.selenium.devtools.v101.network.model -
-
Uses of CrossOriginOpenerPolicyValue in org.openqa.selenium.devtools.v101.network.model
Methods in org.openqa.selenium.devtools.v101.network.model that return CrossOriginOpenerPolicyValue Modifier and Type Method Description static CrossOriginOpenerPolicyValueCrossOriginOpenerPolicyValue. fromString(java.lang.String s)CrossOriginOpenerPolicyValueCrossOriginOpenerPolicyStatus. getReportOnlyValue()CrossOriginOpenerPolicyValueCrossOriginOpenerPolicyStatus. getValue()static CrossOriginOpenerPolicyValueCrossOriginOpenerPolicyValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CrossOriginOpenerPolicyValue[]CrossOriginOpenerPolicyValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v101.network.model with parameters of type CrossOriginOpenerPolicyValue Constructor Description CrossOriginOpenerPolicyStatus(CrossOriginOpenerPolicyValue value, CrossOriginOpenerPolicyValue reportOnlyValue, java.util.Optional<java.lang.String> reportingEndpoint, java.util.Optional<java.lang.String> reportOnlyReportingEndpoint)
-