Class CSSPositionTryRule
java.lang.Object
org.openqa.selenium.devtools.v140.css.model.CSSPositionTryRule
CSS @position-try rule representation.
- 
Constructor Summary
ConstructorsConstructorDescriptionCSSPositionTryRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style, Boolean active)  - 
Method Summary
 
- 
Constructor Details
- 
CSSPositionTryRule
public CSSPositionTryRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style, Boolean active)  
 - 
 - 
Method Details
- 
getName
The prelude dashed-ident name - 
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. - 
getStyle
Associated style declaration. - 
getActive
 
 -