Class CSSPropertyRule

java.lang.Object
org.openqa.selenium.devtools.v119.css.model.CSSPropertyRule

public class CSSPropertyRule extends Object
CSS property at-rule representation.
  • Constructor Details

  • Method Details

    • getStyleSheetId

      public Optional<StyleSheetId> getStyleSheetId()
      The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
    • getOrigin

      public StyleSheetOrigin getOrigin()
      Parent stylesheet's origin.
    • getPropertyName

      public Value getPropertyName()
      Associated property name.
    • getStyle

      public CSSStyle getStyle()
      Associated style declaration.