java.lang.Object
org.openqa.selenium.devtools.v85.animation.model.Animation

public class Animation extends Object
Animation instance.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      `Animation`'s id.
    • getName

      public String getName()
      `Animation`'s name.
    • getPausedState

      public Boolean getPausedState()
      `Animation`'s internal paused state.
    • getPlayState

      public String getPlayState()
      `Animation`'s play state.
    • getPlaybackRate

      public Number getPlaybackRate()
      `Animation`'s playback rate.
    • getStartTime

      public Number getStartTime()
      `Animation`'s start time.
    • getCurrentTime

      public Number getCurrentTime()
      `Animation`'s current time.
    • getType

      public Animation.Type getType()
      Animation type of `Animation`.
    • getSource

      public Optional<AnimationEffect> getSource()
      `Animation`'s source animation node.
    • getCssId

      public Optional<String> getCssId()
      A unique ID for `Animation` representing the sources that triggered this CSS animation/transition.