Class Size
- Namespace
- OpenQA.Selenium.DevTools.V148.SystemInfo
- Assembly
- Selenium.WebDriver.dll
Describes the width and height dimensions of an entity.
public sealed class Size
- Inheritance
-
Size
- Inherited Members
Properties
Height
Height in pixels.
[JsonPropertyName("height")]
public long Height { get; set; }
Property Value
Width
Width in pixels.
[JsonPropertyName("width")]
public long Width { get; set; }