Class CSSKeyframesRule
java.lang.Object
org.openqa.selenium.devtools.v115.css.model.CSSKeyframesRule
CSS keyframes rule representation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnimation name.List of keyframes.
-
Constructor Details
-
CSSKeyframesRule
-
-
Method Details
-
getAnimationName
Animation name. -
getKeyframes
List of keyframes.
-