Table of Contents

Class ExemptedSetCookieWithReason

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

A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason.

public sealed class ExemptedSetCookieWithReason
Inheritance
ExemptedSetCookieWithReason
Inherited Members

Properties

The cookie object representing the cookie.

[JsonPropertyName("cookie")]
public Cookie Cookie { get; set; }

Property Value

Cookie

CookieLine

The string representing this individual cookie as it would appear in the header.

[JsonPropertyName("cookieLine")]
public string CookieLine { get; set; }

Property Value

string

ExemptionReason

The reason the cookie was exempted.

[JsonPropertyName("exemptionReason")]
public CookieExemptionReason ExemptionReason { get; set; }

Property Value

CookieExemptionReason