Table of Contents

Class Viewport

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

Viewport

public sealed class Viewport
Inheritance
Viewport
Inherited Members

Properties

Height

height

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

Property Value

double

Scale

scale

[JsonPropertyName("scale")]
public double Scale { 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