Table of Contents

Enum SetCookieBlockedReason

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Types of reasons why a cookie may not be stored from a response.

[JsonConverter(typeof(JsonStringEnumConverter<SetCookieBlockedReason>))]
public enum SetCookieBlockedReason

Fields

DisallowedCharacter = 18
InvalidDomain = 11
InvalidPrefix = 12
NameValuePairExceedsMaxSize = 17
NoCookieContent = 19
OverwriteSecure = 10
SameSiteLax = 2
SameSiteNoneInsecure = 4
SameSiteStrict = 1
SameSiteUnspecifiedTreatedAsLax = 3
SchemeNotSupported = 9
SchemefulSameSiteLax = 15
SchemefulSameSiteStrict = 14
SchemefulSameSiteUnspecifiedTreatedAsLax = 16
SecureOnly = 0
SyntaxError = 8
ThirdPartyBlockedInFirstPartySet = 7
ThirdPartyPhaseout = 6
UnknownError = 13
UserPreferences = 5