Table of Contents

Class ScrollRect

Namespace
Selenium.WebDriver.BiDi.Cdp.LayerTree
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Rectangle where scrolling happens on the main thread.

public sealed record ScrollRect : IEquatable<ScrollRect>
Inheritance
ScrollRect
Implements
Inherited Members

Constructors

ScrollRect(Rect, string)

Rectangle where scrolling happens on the main thread.

public ScrollRect(Rect Rect, string Type)

Parameters

Rect Rect

Rectangle itself.

Type string

Reason for rectangle to force scrolling on the main thread

Properties

Rect

Rectangle itself.

public Rect Rect { get; init; }

Property Value

Rect

Type

Reason for rectangle to force scrolling on the main thread

public string Type { get; init; }

Property Value

string