Uses of Class
org.openqa.selenium.devtools.v141.css.model.CSSAnimationStyle
Packages that use CSSAnimationStyle
Package
Description
-
Uses of CSSAnimationStyle in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSSAnimationStyleModifier and TypeMethodDescriptionCSS.GetAnimatedStylesForNodeResponse.getAnimationStyles()Styles coming from animations.Constructor parameters in org.openqa.selenium.devtools.v141.css with type arguments of type CSSAnimationStyleModifierConstructorDescriptionGetAnimatedStylesForNodeResponse(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle, Optional<List<InheritedAnimatedStyleEntry>> inherited) -
Uses of CSSAnimationStyle in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type CSSAnimationStyleModifier and TypeMethodDescriptionInheritedAnimatedStyleEntry.getAnimationStyles()Styles coming from the animations of the ancestor, if any, in the style inheritance chain.Constructor parameters in org.openqa.selenium.devtools.v141.css.model with type arguments of type CSSAnimationStyleModifierConstructorDescriptionInheritedAnimatedStyleEntry(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle)