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