Table of Contents

Class SetCookieHeader

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

Constructors

SetCookieHeader(string, BytesValue)

public SetCookieHeader(string Name, BytesValue Value)

Parameters

Name string
Value BytesValue

Properties

Domain

public string? Domain { get; set; }

Property Value

string

Expiry

public string? Expiry { get; set; }

Property Value

string

HttpOnly

public bool? HttpOnly { get; set; }

Property Value

bool?

MaxAge

public long? MaxAge { get; set; }

Property Value

long?

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