Table of Contents

Class CookieFilter

Namespace
OpenQA.Selenium.BiDi.Modules.Storage
Assembly
WebDriver.dll
public class CookieFilter
Inheritance
CookieFilter
Inherited Members

Properties

Domain

public string? Domain { get; set; }

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; set; }

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?

Size

public long? Size { get; set; }

Property Value

long?

Value

public BytesValue? Value { get; set; }

Property Value

BytesValue