Table of Contents

Class GetScreenInfosCommandResponse

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

Response for Returns device's screen configuration. In headful mode, the physical screens configuration is returned, whereas in headless mode, a virtual headless screen configuration is provided instead.

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[]