Table of Contents

Enum CookieBlockedReason

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

Types of reasons why a cookie may not be sent with a request.

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

Fields

AnonymousContext = 17
DomainMismatch = 2
NameValuePairExceedsMaxSize = 14
NotOnPath = 1
PortMismatch = 15
SameSiteLax = 4
SameSiteNoneInsecure = 6
SameSiteStrict = 3
SameSiteUnspecifiedTreatedAsLax = 5
SchemeMismatch = 16
SchemefulSameSiteLax = 12
SchemefulSameSiteStrict = 11
SchemefulSameSiteUnspecifiedTreatedAsLax = 13
SecureOnly = 0
ThirdPartyBlockedInFirstPartySet = 9
ThirdPartyPhaseout = 8
UnknownError = 10
UserPreferences = 7