Table of Contents

Class PartialCookie

Namespace
OpenQA.Selenium.BiDi.Modules.Storage
Assembly
WebDriver.dll
public record PartialCookie : IEquatable<PartialCookie>
Inheritance
PartialCookie
Implements
Inherited Members

Constructors

PartialCookie(string, BytesValue, string)

public PartialCookie(string Name, BytesValue Value, string Domain)

Parameters

Name string
Value BytesValue
Domain string

Properties

Domain

public string Domain { get; init; }

Property Value

string

Expiry

public DateTimeOffset? Expiry { get; set; }

Property Value

DateTimeOffset?

HttpOnly

public bool? HttpOnly { get; set; }

Property Value

bool?

Name

public string Name { get; init; }

Property Value

string

Path

public string? Path { get; set; }

Property Value

string

SameSite

public SameSite? SameSite { get; set; }

Property Value

SameSite?

Secure

public bool? Secure { get; set; }

Property Value

bool?

Value

public BytesValue Value { get; init; }

Property Value

BytesValue