Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class Size

Namespace
OpenQA.Selenium.DevTools.V136.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