Table of Contents

Class ScreenInfo

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

ScreenInfo

public sealed class ScreenInfo
Inheritance
ScreenInfo
Inherited Members

Properties

AvailHeight

availHeight

[JsonPropertyName("availHeight")]
public long AvailHeight { get; set; }

Property Value

long

AvailLeft

availLeft

[JsonPropertyName("availLeft")]
public long AvailLeft { get; set; }

Property Value

long

AvailTop

availTop

[JsonPropertyName("availTop")]
public long AvailTop { get; set; }

Property Value

long

AvailWidth

availWidth

[JsonPropertyName("availWidth")]
public long AvailWidth { get; set; }

Property Value

long

ColorDepth

colorDepth

[JsonPropertyName("colorDepth")]
public long ColorDepth { get; set; }

Property Value

long

DevicePixelRatio

devicePixelRatio

[JsonPropertyName("devicePixelRatio")]
public double DevicePixelRatio { get; set; }

Property Value

double

Height

height

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

Property Value

long

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

IsExtended

isExtended

[JsonPropertyName("isExtended")]
public bool IsExtended { get; set; }

Property Value

bool

IsInternal

isInternal

[JsonPropertyName("isInternal")]
public bool IsInternal { get; set; }

Property Value

bool

IsPrimary

isPrimary

[JsonPropertyName("isPrimary")]
public bool IsPrimary { get; set; }

Property Value

bool

Label

label

[JsonPropertyName("label")]
public string Label { get; set; }

Property Value

string

Left

left

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

Property Value

long

Orientation

orientation

[JsonPropertyName("orientation")]
public ScreenOrientation Orientation { get; set; }

Property Value

ScreenOrientation

Top

top

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

Property Value

long

Width

width

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

Property Value

long