Class CSSKeyframeRule
java.lang.Object
org.openqa.selenium.devtools.v140.css.model.CSSKeyframeRule
CSS keyframe rule representation.
- 
Constructor Summary
ConstructorsConstructorDescriptionCSSKeyframeRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style)  - 
Method Summary
Modifier and TypeMethodDescriptionAssociated key text.Parent stylesheet's origin.getStyle()Associated style declaration.The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. 
- 
Constructor Details
- 
CSSKeyframeRule
public CSSKeyframeRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style)  
 - 
 - 
Method Details
- 
getStyleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. - 
getOrigin
Parent stylesheet's origin. - 
getKeyText
Associated key text. - 
getStyle
Associated style declaration. 
 -