Class InheritedAnimatedStyleEntry

java.lang.Object
org.openqa.selenium.devtools.v135.css.model.InheritedAnimatedStyleEntry

public class InheritedAnimatedStyleEntry extends Object
Inherited CSS style collection for animated styles from ancestor node.
  • Constructor Details

  • Method Details

    • getAnimationStyles

      public Optional<List<CSSAnimationStyle>> getAnimationStyles()
      Styles coming from the animations of the ancestor, if any, in the style inheritance chain.
    • getTransitionsStyle

      public Optional<CSSStyle> getTransitionsStyle()
      The style coming from the transitions of the ancestor, if any, in the style inheritance chain.