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

public class RuleMatch extends Object
Match data for a CSS rule.
  • Constructor Details

  • Method Details

    • getRule

      public CSSRule getRule()
      CSS rule in the match.
    • getMatchingSelectors

      public List<Integer> getMatchingSelectors()
      Matching selector indices in the rule's selectorList selectors (0-based).