Class CSSAnimationStyle

java.lang.Object
org.openqa.selenium.devtools.v133.css.model.CSSAnimationStyle

public class CSSAnimationStyle extends Object
CSS style coming from animations with the name of the animation.
  • Constructor Details

  • Method Details

    • getName

      public Optional<String> getName()
      The name of the animation.
    • getStyle

      public CSSStyle getStyle()
      The style coming from the animation.