Class CSSPositionFallbackRule
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.css.model.CSSPositionFallbackRule
-
public class CSSPositionFallbackRule extends java.lang.Object
CSS position-fallback rule representation.
-
-
Constructor Summary
Constructors Constructor Description CSSPositionFallbackRule(Value name, java.util.List<CSSTryRule> tryRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getName()
java.util.List<CSSTryRule>
getTryRules()
List of keyframes.
-
-
-
Constructor Detail
-
CSSPositionFallbackRule
public CSSPositionFallbackRule(Value name, java.util.List<CSSTryRule> tryRules)
-
-
Method Detail
-
getName
public Value getName()
-
getTryRules
public java.util.List<CSSTryRule> getTryRules()
List of keyframes.
-
-