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
Width
width
[JsonPropertyName("width")]
public long Width { get; set; }