Table of Contents

Class UpdateScreenCommandResponse

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

Response for Updates specified screen parameters. Only supported in headless mode.

public sealed class UpdateScreenCommandResponse : ICommandResponse<UpdateScreenCommandSettings>, ICommandResponse
Inheritance
UpdateScreenCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ScreenInfo

Gets or sets the screenInfo

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

Property Value

ScreenInfo