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
Properties
Height
public long Height { get; init; }
Property Value
Width
public long Width { get; init; }