Table of Contents

Class GetCookiesResult

Namespace
OpenQA.Selenium.BiDi.Modules.Storage
Assembly
WebDriver.dll
public record GetCookiesResult : IReadOnlyList<Cookie>, IReadOnlyCollection<Cookie>, IEnumerable<Cookie>, IEnumerable, IEquatable<GetCookiesResult>
Inheritance
GetCookiesResult
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public Cookie this[int index] { get; }

Parameters

index int

Property Value

Cookie

PartitionKey

public PartitionKey PartitionKey { get; init; }

Property Value

PartitionKey

Methods

GetEnumerator()

public IEnumerator<Cookie> GetEnumerator()

Returns

IEnumerator<Cookie>