Uses of Enum Class
org.openqa.selenium.devtools.v141.animation.model.Animation.Type
Packages that use Animation.Type
-
Uses of Animation.Type in org.openqa.selenium.devtools.v141.animation.model
Methods in org.openqa.selenium.devtools.v141.animation.model that return Animation.TypeModifier and TypeMethodDescriptionstatic Animation.TypeAnimation.Type.fromString(String s) Animation.getType()Animation type of `Animation`.static Animation.TypeReturns the enum constant of this class with the specified name.static Animation.Type[]Animation.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.animation.model with parameters of type Animation.TypeModifierConstructorDescriptionAnimation(String id, String name, Boolean pausedState, String playState, Number playbackRate, Number startTime, Number currentTime, Animation.Type type, Optional<AnimationEffect> source, Optional<String> cssId, Optional<ViewOrScrollTimeline> viewOrScrollTimeline)