Table of Contents

Class GetScreenInfosResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetScreenInfosResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetScreenInfosResult>
Inheritance
EmptyResult
GetScreenInfosResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetScreenInfosResult(ImmutableArray<ScreenInfo>)

public GetScreenInfosResult(ImmutableArray<ScreenInfo> ScreenInfos)

Parameters

ScreenInfos ImmutableArray<ScreenInfo>

Properties

ScreenInfos

public ImmutableArray<ScreenInfo> ScreenInfos { get; init; }

Property Value

ImmutableArray<ScreenInfo>