Table of Contents

Class GetClientWindowsResult

Namespace
OpenQA.Selenium.BiDi.Browser
Assembly
WebDriver.dll
public sealed record GetClientWindowsResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetClientWindowsResult>
Inheritance
GetClientWindowsResult
Implements
Inherited Members

Constructors

GetClientWindowsResult(IReadOnlyList<ClientWindowInfo>)

public GetClientWindowsResult(IReadOnlyList<ClientWindowInfo> ClientWindows)

Parameters

ClientWindows IReadOnlyList<ClientWindowInfo>

Properties

ClientWindows

public IReadOnlyList<ClientWindowInfo> ClientWindows { get; init; }

Property Value

IReadOnlyList<ClientWindowInfo>