Uses of Enum Class
org.openqa.selenium.devtools.v150.page.model.ReferrerPolicy
Packages that use ReferrerPolicy
-
Uses of ReferrerPolicy in org.openqa.selenium.devtools.v150.page.model
Subclasses with type arguments of type ReferrerPolicy in org.openqa.selenium.devtools.v150.page.modelModifier and TypeClassDescriptionenumThe referring-policy used for the navigation.Methods in org.openqa.selenium.devtools.v150.page.model that return ReferrerPolicyModifier and TypeMethodDescriptionstatic ReferrerPolicyReferrerPolicy.fromString(String s) static ReferrerPolicyReturns the enum constant of this class with the specified name.static ReferrerPolicy[]ReferrerPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.