Table of Contents

Enum CookieExemptionReason

Namespace
OpenQA.Selenium.DevTools.V152.Network
Assembly
Selenium.WebDriver.dll

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

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

Fields

[EnumMember(Value = "EnterprisePolicy")] EnterprisePolicy = 2

Enumerated member for the EnterprisePolicy value.

[EnumMember(Value = "None")] None = 0

Enumerated member for the None value.

[EnumMember(Value = "SameSiteNoneCookiesInSandbox")] SameSiteNoneCookiesInSandbox = 6

Enumerated member for the SameSiteNoneCookiesInSandbox value.

[EnumMember(Value = "Scheme")] Scheme = 5

Enumerated member for the Scheme value.

[EnumMember(Value = "StorageAccess")] StorageAccess = 3

Enumerated member for the StorageAccess value.

[EnumMember(Value = "TopLevelStorageAccess")] TopLevelStorageAccess = 4

Enumerated member for the TopLevelStorageAccess value.

[EnumMember(Value = "UserSetting")] UserSetting = 1

Enumerated member for the UserSetting value.