Table of Contents

Class Rect

Namespace
OpenQA.Selenium.DevTools.V132.DOM
Assembly
WebDriver.dll

Rect

public sealed class Rect
Inheritance
Rect
Inherited Members

Properties

Height

height

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

Property Value

double

Width

width

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

Property Value

double

X

x

[JsonPropertyName("x")]
public double X { get; set; }

Property Value

double

Y

y

[JsonPropertyName("y")]
public double Y { get; set; }

Property Value

double