Table of Contents

Struct Viewport

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public readonly record struct Viewport : IEquatable<Viewport>
Implements
Inherited Members

Constructors

Viewport(long, long)

public Viewport(long Width, long Height)

Parameters

Width long
Height long

Properties

Height

public long Height { get; init; }

Property Value

long

Width

public long Width { get; init; }

Property Value

long