Class CSSPropertyRule
java.lang.Object
org.openqa.selenium.devtools.v119.css.model.CSSPropertyRule
CSS property at-rule representation.
-
Constructor Summary
ConstructorDescriptionCSSPropertyRule
(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value propertyName, CSSStyle style) -
Method Summary
Modifier and TypeMethodDescriptionParent stylesheet's origin.Associated property name.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
-
CSSPropertyRule
public CSSPropertyRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value propertyName, 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. -
getPropertyName
Associated property name. -
getStyle
Associated style declaration.
-