Table of Contents

Class ScrollRect

Namespace
OpenQA.Selenium.DevTools.V146.LayerTree
Assembly
Selenium.WebDriver.dll

Rectangle where scrolling happens on the main thread.

public sealed class ScrollRect
Inheritance
ScrollRect
Inherited Members

Properties

Rect

Rectangle itself.

[JsonPropertyName("rect")]
public Rect Rect { get; set; }

Property Value

Rect

Type

Reason for rectangle to force scrolling on the main thread

[JsonPropertyName("type")]
public ScrollRectTypeValues Type { get; set; }

Property Value

ScrollRectTypeValues