Uses of Enum Class
org.openqa.selenium.devtools.v141.dom.model.ScrollOrientation
Packages that use ScrollOrientation
Package
Description
-
Uses of ScrollOrientation in org.openqa.selenium.devtools.v141.animation.model
Methods in org.openqa.selenium.devtools.v141.animation.model that return ScrollOrientationConstructors in org.openqa.selenium.devtools.v141.animation.model with parameters of type ScrollOrientationModifierConstructorDescriptionViewOrScrollTimeline(Optional<BackendNodeId> sourceNodeId, Optional<Number> startOffset, Optional<Number> endOffset, Optional<BackendNodeId> subjectNodeId, ScrollOrientation axis) -
Uses of ScrollOrientation in org.openqa.selenium.devtools.v141.dom.model
Methods in org.openqa.selenium.devtools.v141.dom.model that return ScrollOrientationModifier and TypeMethodDescriptionstatic ScrollOrientationScrollOrientation.fromString(String s) static ScrollOrientationReturns the enum constant of this class with the specified name.static ScrollOrientation[]ScrollOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.