Class InheritedStyleEntry
java.lang.Object
org.openqa.selenium.devtools.v129.css.model.InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
-
Constructor Summary
ConstructorDescriptionInheritedStyleEntry
(Optional<CSSStyle> inlineStyle, List<RuleMatch> matchedCSSRules) -
Method Summary
Modifier and TypeMethodDescriptionThe ancestor node's inline style, if any, in the style inheritance chain.Matches of CSS rules matching the ancestor node in the style inheritance chain.
-
Constructor Details
-
InheritedStyleEntry
-
-
Method Details
-
getInlineStyle
The ancestor node's inline style, if any, in the style inheritance chain. -
getMatchedCSSRules
Matches of CSS rules matching the ancestor node in the style inheritance chain.
-