Table of Contents

Class CookieParam

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

CookieParam

public sealed class CookieParam
Inheritance
CookieParam
Inherited Members

Properties

Domain

domain

[JsonPropertyName("domain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Domain { get; set; }

Property Value

string

Expires

expires

[JsonPropertyName("expires")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Expires { get; set; }

Property Value

double?

HttpOnly

httpOnly

[JsonPropertyName("httpOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HttpOnly { get; set; }

Property Value

bool?

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

PartitionKey

partitionKey

[JsonPropertyName("partitionKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookiePartitionKey PartitionKey { get; set; }

Property Value

CookiePartitionKey

Path

path

[JsonPropertyName("path")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Path { get; set; }

Property Value

string

Priority

priority

[JsonPropertyName("priority")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookiePriority? Priority { get; set; }

Property Value

CookiePriority?

SameParty

sameParty

[JsonPropertyName("sameParty")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SameParty { get; set; }

Property Value

bool?

SameSite

sameSite

[JsonPropertyName("sameSite")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookieSameSite? SameSite { get; set; }

Property Value

CookieSameSite?

Secure

secure

[JsonPropertyName("secure")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Secure { get; set; }

Property Value

bool?

SourcePort

sourcePort

[JsonPropertyName("sourcePort")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SourcePort { get; set; }

Property Value

long?

SourceScheme

sourceScheme

[JsonPropertyName("sourceScheme")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CookieSourceScheme? SourceScheme { get; set; }

Property Value

CookieSourceScheme?

Url

url

[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }

Property Value

string

Value

value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string