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.List<RuleMatch>
CSS.GetMatchedStylesForNodeResponse. getMatchedCSSRules()
CSS rules matching this node, from all applicable stylesheets.Constructor parameters in org.openqa.selenium.devtools.css with type arguments of type RuleMatch Constructor Description GetMatchedStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle, java.util.List<RuleMatch> matchedCSSRules, java.util.List<PseudoElementMatches> pseudoElements, java.util.List<InheritedStyleEntry> inherited, java.util.List<CSSKeyframesRule> cssKeyframesRules)
-
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(CSSStyle inlineStyle, java.util.List<RuleMatch> matchedCSSRules)
PseudoElementMatches(PseudoType pseudoType, java.util.List<RuleMatch> matches)
-