Class RuleMatch
java.lang.Object
org.openqa.selenium.devtools.v125.css.model.RuleMatch
Match data for a CSS rule.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionMatching selector indices in the rule's selectorList selectors (0-based).getRule()CSS rule in the match. 
- 
Constructor Details
- 
RuleMatch
 
 - 
 - 
Method Details
- 
getRule
CSS rule in the match. - 
getMatchingSelectors
Matching selector indices in the rule's selectorList selectors (0-based). 
 -