Table of Contents

Class Size

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

long

Width

Width in pixels.

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

Property Value

long