Class CSSKeyframeRule

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.CSSKeyframeRule

public class CSSKeyframeRule extends Object
CSS keyframe rule representation.
  • Constructor Details

  • Method Details

    • getStyleSheetId

      public Optional<StyleSheetId> getStyleSheetId()
      The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
    • getOrigin

      public StyleSheetOrigin getOrigin()
      Parent stylesheet's origin.
    • getKeyText

      public Value getKeyText()
      Associated key text.
    • getStyle

      public CSSStyle getStyle()
      Associated style declaration.