Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.Request.ReferrerPolicy
Packages that use Request.ReferrerPolicy
-
Uses of Request.ReferrerPolicy in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return Request.ReferrerPolicyModifier and TypeMethodDescriptionstatic Request.ReferrerPolicyRequest.ReferrerPolicy.fromString(String s) Request.getReferrerPolicy()The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/static Request.ReferrerPolicyReturns the enum constant of this class with the specified name.static Request.ReferrerPolicy[]Request.ReferrerPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type Request.ReferrerPolicyModifierConstructorDescriptionRequest(String url, Optional<String> urlFragment, String method, Headers headers, Optional<String> postData, Optional<Boolean> hasPostData, Optional<List<PostDataEntry>> postDataEntries, Optional<MixedContentType> mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, Optional<Boolean> isLinkPreload, Optional<TrustTokenParams> trustTokenParams, Optional<Boolean> isSameSite)