Class InheritedStyleEntry

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.InheritedStyleEntry

public class InheritedStyleEntry extends Object
Inherited CSS rule collection from ancestor node.
  • Constructor Details

  • Method Details

    • getInlineStyle

      public Optional<CSSStyle> getInlineStyle()
      The ancestor node's inline style, if any, in the style inheritance chain.
    • getMatchedCSSRules

      public List<RuleMatch> getMatchedCSSRules()
      Matches of CSS rules matching the ancestor node in the style inheritance chain.