Class CSSPositionTryRule
java.lang.Object
org.openqa.selenium.devtools.v127.css.model.CSSPositionTryRule
CSS @position-try rule representation.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSPositionTryRule
(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style) -
Method Summary
-
Constructor Details
-
CSSPositionTryRule
public CSSPositionTryRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style)
-
-
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.
-