Uses of Class
org.openqa.selenium.devtools.v102.network.model.SetCookieBlockedReason
-
Packages that use SetCookieBlockedReason Package Description org.openqa.selenium.devtools.v102.network.model -
-
Uses of SetCookieBlockedReason in org.openqa.selenium.devtools.v102.network.model
Methods in org.openqa.selenium.devtools.v102.network.model that return SetCookieBlockedReason Modifier and Type Method Description static SetCookieBlockedReasonSetCookieBlockedReason. fromString(java.lang.String s)static SetCookieBlockedReasonSetCookieBlockedReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SetCookieBlockedReason[]SetCookieBlockedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v102.network.model that return types with arguments of type SetCookieBlockedReason Modifier and Type Method Description java.util.List<SetCookieBlockedReason>BlockedSetCookieWithReason. getBlockedReasons()The reason(s) this cookie was blocked.Constructor parameters in org.openqa.selenium.devtools.v102.network.model with type arguments of type SetCookieBlockedReason Constructor Description BlockedSetCookieWithReason(java.util.List<SetCookieBlockedReason> blockedReasons, java.lang.String cookieLine, java.util.Optional<Cookie> cookie)
-