Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CookieBlockedReason
Packages that use CookieBlockedReason
-
Uses of CookieBlockedReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CookieBlockedReasonModifier and TypeMethodDescriptionstatic CookieBlockedReasonCookieBlockedReason.fromString(String s) static CookieBlockedReasonReturns the enum constant of this class with the specified name.static CookieBlockedReason[]CookieBlockedReason.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 CookieBlockedReasonModifier and TypeMethodDescriptionAssociatedCookie.getBlockedReasons()The reason(s) the cookie was blocked.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type CookieBlockedReasonModifierConstructorDescriptionAssociatedCookie(Cookie cookie, List<CookieBlockedReason> blockedReasons, Optional<CookieExemptionReason> exemptionReason)