Table of Contents

Class AssociatedCookie

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

AssociatedCookie

public sealed class AssociatedCookie
Inheritance
AssociatedCookie
Inherited Members

Properties

BlockedReasons

blockedReasons

[JsonPropertyName("blockedReasons")]
public CookieBlockedReason[] BlockedReasons { get; set; }

Property Value

CookieBlockedReason[]

cookie

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

Property Value

Cookie

ExemptionReason

exemptionReason

[JsonPropertyName("exemptionReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookieExemptionReason? ExemptionReason { get; set; }

Property Value

CookieExemptionReason?