Table of Contents

Class BlockedSetCookieWithReason

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

BlockedSetCookieWithReason

public sealed class BlockedSetCookieWithReason
Inheritance
BlockedSetCookieWithReason
Inherited Members

Properties

BlockedReasons

blockedReasons

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

Property Value

SetCookieBlockedReason[]

cookie

[JsonPropertyName("cookie")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Cookie Cookie { get; set; }

Property Value

Cookie

CookieLine

cookieLine

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

Property Value

string