Class ScrollRect
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.layertree.model.ScrollRect
-
public class ScrollRect extends java.lang.ObjectRectangle where scrolling happens on the main thread.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScrollRect.Type
-
Constructor Summary
Constructors Constructor Description ScrollRect(Rect rect, ScrollRect.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectgetRect()Rectangle itself.ScrollRect.TypegetType()Reason for rectangle to force scrolling on the main thread
-
-
-
Constructor Detail
-
ScrollRect
public ScrollRect(Rect rect, ScrollRect.Type type)
-
-
Method Detail
-
getRect
public Rect getRect()
Rectangle itself.
-
getType
public ScrollRect.Type getType()
Reason for rectangle to force scrolling on the main thread
-
-