Table of Contents

Class ScreenArea

Namespace
OpenQA.Selenium.BiDi.Emulation
Assembly
WebDriver.dll
public sealed record ScreenArea : IEquatable<ScreenArea>
Inheritance
ScreenArea
Implements
Inherited Members

Constructors

ScreenArea(long, long)

public ScreenArea(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