Table of Contents

Class DeviceBoundSessionCookieCraving

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

A device bound session's cookie craving.

public sealed class DeviceBoundSessionCookieCraving
Inheritance
DeviceBoundSessionCookieCraving
Inherited Members

Properties

Domain

The domain of the craving.

[JsonPropertyName("domain")]
public string Domain { get; set; }

Property Value

string

HttpOnly

The HttpOnly attribute of the craving attributes.

[JsonPropertyName("httpOnly")]
public bool HttpOnly { get; set; }

Property Value

bool

Name

The name of the craving.

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

Property Value

string

Path

The path of the craving.

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string

SameSite

The SameSite attribute of the craving attributes.

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

Property Value

CookieSameSite?

Secure

The Secure attribute of the craving attributes.

[JsonPropertyName("secure")]
public bool Secure { get; set; }

Property Value

bool