Class InheritedStyleEntry
java.lang.Object
org.openqa.selenium.devtools.v125.css.model.InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
- 
Constructor Summary
ConstructorsConstructorDescriptionInheritedStyleEntry(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. 
 -