Uses of Class
org.openqa.selenium.devtools.v113.network.model.Request.ReferrerPolicy
-
Packages that use Request.ReferrerPolicy Package Description org.openqa.selenium.devtools.v113.network.model -
-
Uses of Request.ReferrerPolicy in org.openqa.selenium.devtools.v113.network.model
Methods in org.openqa.selenium.devtools.v113.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.v113.network.model with parameters of type Request.ReferrerPolicy Constructor Description Request(java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String method, Headers headers, java.util.Optional<java.lang.String> postData, java.util.Optional<java.lang.Boolean> hasPostData, java.util.Optional<java.util.List<PostDataEntry>> postDataEntries, java.util.Optional<MixedContentType> mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, java.util.Optional<java.lang.Boolean> isLinkPreload, java.util.Optional<TrustTokenParams> trustTokenParams, java.util.Optional<java.lang.Boolean> isSameSite)
-