Table of Contents

Class Size

Namespace
OpenQA.Selenium.DevTools.V130.SystemInfo
Assembly
WebDriver.dll

Size

public sealed class Size
Inheritance
Size
Inherited Members

Properties

Height

height

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

Property Value

long

Width

width

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

Property Value

long