Uses of Class
org.openqa.selenium.devtools.css.model.InheritedStyleEntry
-
Packages that use InheritedStyleEntry Package Description org.openqa.selenium.devtools.css -
-
Uses of InheritedStyleEntry in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type InheritedStyleEntry Modifier and Type Method Description java.util.List<InheritedStyleEntry>
CSS.GetMatchedStylesForNodeResponse. getInherited()
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
-