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