Table of Contents

Enum CookieExemptionReason

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

Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request.

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

Fields

EnterprisePolicy = 2
None = 0
SameSiteNoneCookiesInSandbox = 6
Scheme = 5
StorageAccess = 3
TopLevelStorageAccess = 4
UserSetting = 1