Uses of Enum Class
org.openqa.selenium.devtools.v120.network.model.CookieBlockedReason
Packages that use CookieBlockedReason
-
Uses of CookieBlockedReason in org.openqa.selenium.devtools.v120.network.model
Methods in org.openqa.selenium.devtools.v120.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.v120.network.model that return types with arguments of type CookieBlockedReasonModifier and TypeMethodDescriptionBlockedCookieWithReason.getBlockedReasons()The reason(s) the cookie was blocked.Constructor parameters in org.openqa.selenium.devtools.v120.network.model with type arguments of type CookieBlockedReasonModifierConstructorDescriptionBlockedCookieWithReason(List<CookieBlockedReason> blockedReasons, Cookie cookie)