Table of Contents

Class AddScreenCommandResponse

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

Response for Add a new screen to the device. Only supported in headless mode.

public sealed class AddScreenCommandResponse : ICommandResponse<AddScreenCommandSettings>, ICommandResponse
Inheritance
AddScreenCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ScreenInfo

Gets or sets the screenInfo

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

Property Value

ScreenInfo