Uses of Class
org.openqa.selenium.devtools.network.model.Request.ReferrerPolicy
-
Packages that use Request.ReferrerPolicy Package Description org.openqa.selenium.devtools.network.model -
-
Uses of Request.ReferrerPolicy in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return Request.ReferrerPolicy Modifier and Type Method Description static Request.ReferrerPolicyRequest.ReferrerPolicy. fromString(java.lang.String s)Request.ReferrerPolicyRequest. getReferrerPolicy()The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/static Request.ReferrerPolicyRequest.ReferrerPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Request.ReferrerPolicy[]Request.ReferrerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.network.model with parameters of type Request.ReferrerPolicy Constructor Description Request(java.lang.String url, java.lang.String urlFragment, java.lang.String method, Headers headers, java.lang.String postData, java.lang.Boolean hasPostData, MixedContentType mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, java.lang.Boolean isLinkPreload)
-