Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.SetCookieBlockedReason
Packages that use SetCookieBlockedReason
-
Uses of SetCookieBlockedReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return SetCookieBlockedReasonModifier and TypeMethodDescriptionstatic SetCookieBlockedReasonSetCookieBlockedReason.fromString(String s) static SetCookieBlockedReasonReturns the enum constant of this class with the specified name.static SetCookieBlockedReason[]SetCookieBlockedReason.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 SetCookieBlockedReasonModifier and TypeMethodDescriptionBlockedSetCookieWithReason.getBlockedReasons()The reason(s) this cookie was blocked.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type SetCookieBlockedReasonModifierConstructorDescriptionBlockedSetCookieWithReason(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Optional<Cookie> cookie)