Table of Contents

Class GetScreenInfosCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.Emulation
Assembly
Selenium.WebDriver.dll

Response for Returns device's screen configuration.

public sealed class GetScreenInfosCommandResponse : ICommandResponse<GetScreenInfosCommandSettings>, ICommandResponse
Inheritance
GetScreenInfosCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ScreenInfos

Gets or sets the screenInfos

[JsonPropertyName("screenInfos")]
public ScreenInfo[] ScreenInfos { get; set; }

Property Value

ScreenInfo[]