Class CSSTryRule
java.lang.Object
org.openqa.selenium.devtools.v126.css.model.CSSTryRule
CSS try rule representation.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSTryRule
(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style) -
Method Summary
Modifier and TypeMethodDescriptionParent 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
-
CSSTryRule
-
-
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. -
getStyle
Associated style declaration.
-