Uses of Class
org.openqa.selenium.devtools.css.model.RuleMatch
-
Packages that use RuleMatch Package Description org.openqa.selenium.devtools.css org.openqa.selenium.devtools.css.model -
-
Uses of RuleMatch in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type RuleMatch Modifier and Type Method Description java.util.Optional<java.util.List<RuleMatch>>
CSS.GetMatchedStylesForNodeResponse. getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets. -
Uses of RuleMatch in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return types with arguments of type RuleMatch Modifier and Type Method Description java.util.List<RuleMatch>
InheritedStyleEntry. getMatchedCSSRules()
Matches of CSS rules matching the ancestor node in the style inheritance chain.java.util.List<RuleMatch>
PseudoElementMatches. getMatches()
Matches of CSS rules applicable to the pseudo style.Constructor parameters in org.openqa.selenium.devtools.css.model with type arguments of type RuleMatch Constructor Description InheritedStyleEntry(java.util.Optional<CSSStyle> inlineStyle, java.util.List<RuleMatch> matchedCSSRules)
PseudoElementMatches(PseudoType pseudoType, java.util.List<RuleMatch> matches)
-