Uses of Class
org.openqa.selenium.devtools.page.model.ReferrerPolicy
-
Packages that use ReferrerPolicy Package Description org.openqa.selenium.devtools.page.model -
-
Uses of ReferrerPolicy in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return ReferrerPolicy Modifier and Type Method Description static ReferrerPolicy
ReferrerPolicy. fromString(java.lang.String s)
static ReferrerPolicy
ReferrerPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferrerPolicy[]
ReferrerPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-