Uses of Class
org.openqa.selenium.devtools.v95.layertree.model.ScrollRect.Type
-
Packages that use ScrollRect.Type Package Description org.openqa.selenium.devtools.v95.layertree.model -
-
Uses of ScrollRect.Type in org.openqa.selenium.devtools.v95.layertree.model
Methods in org.openqa.selenium.devtools.v95.layertree.model that return ScrollRect.Type Modifier and Type Method Description static ScrollRect.TypeScrollRect.Type. fromString(java.lang.String s)ScrollRect.TypeScrollRect. getType()Reason for rectangle to force scrolling on the main threadstatic ScrollRect.TypeScrollRect.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScrollRect.Type[]ScrollRect.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v95.layertree.model with parameters of type ScrollRect.Type Constructor Description ScrollRect(Rect rect, ScrollRect.Type type)
-