Table of Contents

Class GetClientWindowsResult

Namespace
OpenQA.Selenium.BiDi.Modules.Browser
Assembly
WebDriver.dll
public record GetClientWindowsResult : IReadOnlyList<ClientWindowInfo>, IReadOnlyCollection<ClientWindowInfo>, IEnumerable<ClientWindowInfo>, IEnumerable, IEquatable<GetClientWindowsResult>
Inheritance
GetClientWindowsResult
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ClientWindowInfo this[int index] { get; }

Parameters

index int

Property Value

ClientWindowInfo

Methods

GetEnumerator()

public IEnumerator<ClientWindowInfo> GetEnumerator()

Returns

IEnumerator<ClientWindowInfo>