Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CookieExemptionReason
Packages that use CookieExemptionReason
-
Uses of CookieExemptionReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CookieExemptionReasonModifier and TypeMethodDescriptionstatic CookieExemptionReasonCookieExemptionReason.fromString(String s) ExemptedSetCookieWithReason.getExemptionReason()The reason the cookie was exempted.static CookieExemptionReasonReturns the enum constant of this class with the specified name.static CookieExemptionReason[]CookieExemptionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type CookieExemptionReasonModifier and TypeMethodDescriptionAssociatedCookie.getExemptionReason()The reason the cookie should have been blocked by 3PCD but is exempted.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CookieExemptionReasonModifierConstructorDescriptionExemptedSetCookieWithReason(CookieExemptionReason exemptionReason, String cookieLine, Cookie cookie) Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type CookieExemptionReasonModifierConstructorDescriptionAssociatedCookie(Cookie cookie, List<CookieBlockedReason> blockedReasons, Optional<CookieExemptionReason> exemptionReason)