Uses of Class
org.openqa.selenium.devtools.v102.css.model.PseudoElementMatches
-
Packages that use PseudoElementMatches Package Description org.openqa.selenium.devtools.v102.css org.openqa.selenium.devtools.v102.css.model -
-
Uses of PseudoElementMatches in org.openqa.selenium.devtools.v102.css
Methods in org.openqa.selenium.devtools.v102.css that return types with arguments of type PseudoElementMatches Modifier and Type Method Description java.util.Optional<java.util.List<PseudoElementMatches>>CSS.GetMatchedStylesForNodeResponse. getPseudoElements()Pseudo style matches for this node. -
Uses of PseudoElementMatches in org.openqa.selenium.devtools.v102.css.model
Methods in org.openqa.selenium.devtools.v102.css.model that return types with arguments of type PseudoElementMatches Modifier and Type Method Description java.util.List<PseudoElementMatches>InheritedPseudoElementMatches. getPseudoElements()Matches of pseudo styles from the pseudos of an ancestor node.Constructor parameters in org.openqa.selenium.devtools.v102.css.model with type arguments of type PseudoElementMatches Constructor Description InheritedPseudoElementMatches(java.util.List<PseudoElementMatches> pseudoElements)
-