Table of Contents

Class AddScreenCommandSettings

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

AddScreen

public sealed class AddScreenCommandSettings : ICommand
Inheritance
AddScreenCommandSettings
Implements
Inherited Members

Properties

ColorDepth

Gets or sets the colorDepth

[JsonPropertyName("colorDepth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ColorDepth { get; set; }

Property Value

long?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DevicePixelRatio

Gets or sets the devicePixelRatio

[JsonPropertyName("devicePixelRatio")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DevicePixelRatio { get; set; }

Property Value

double?

Height

Gets or sets the height

[JsonPropertyName("height")]
public long Height { get; set; }

Property Value

long

IsInternal

Gets or sets the isInternal

[JsonPropertyName("isInternal")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsInternal { get; set; }

Property Value

bool?

Label

Gets or sets the label

[JsonPropertyName("label")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Label { get; set; }

Property Value

string

Left

Gets or sets the left

[JsonPropertyName("left")]
public long Left { get; set; }

Property Value

long

Rotation

Gets or sets the rotation

[JsonPropertyName("rotation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Rotation { get; set; }

Property Value

long?

Top

Gets or sets the top

[JsonPropertyName("top")]
public long Top { get; set; }

Property Value

long

Width

Gets or sets the width

[JsonPropertyName("width")]
public long Width { get; set; }

Property Value

long

WorkAreaInsets

Gets or sets the workAreaInsets

[JsonPropertyName("workAreaInsets")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public WorkAreaInsets? WorkAreaInsets { get; set; }

Property Value

WorkAreaInsets