Uses of Class
org.openqa.selenium.devtools.v102.animation.model.Animation.Type
-
Packages that use Animation.Type Package Description org.openqa.selenium.devtools.v102.animation.model -
-
Uses of Animation.Type in org.openqa.selenium.devtools.v102.animation.model
Methods in org.openqa.selenium.devtools.v102.animation.model that return Animation.Type Modifier and Type Method Description static Animation.TypeAnimation.Type. fromString(java.lang.String s)Animation.TypeAnimation. getType()Animation type of `Animation`.static Animation.TypeAnimation.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Animation.Type[]Animation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v102.animation.model with parameters of type Animation.Type Constructor Description Animation(java.lang.String id, java.lang.String name, java.lang.Boolean pausedState, java.lang.String playState, java.lang.Number playbackRate, java.lang.Number startTime, java.lang.Number currentTime, Animation.Type type, java.util.Optional<AnimationEffect> source, java.util.Optional<java.lang.String> cssId)
-