Uses of Class
org.openqa.selenium.devtools.v141.css.model.PseudoElementMatches
Packages that use PseudoElementMatches
Package
Description
-
Uses of PseudoElementMatches in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type PseudoElementMatchesModifier and TypeMethodDescriptionCSS.GetMatchedStylesForNodeResponse.getPseudoElements()Pseudo style matches for this node. -
Uses of PseudoElementMatches in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type PseudoElementMatchesModifier and TypeMethodDescriptionInheritedPseudoElementMatches.getPseudoElements()Matches of pseudo styles from the pseudos of an ancestor node.Constructor parameters in org.openqa.selenium.devtools.v141.css.model with type arguments of type PseudoElementMatchesModifierConstructorDescriptionInheritedPseudoElementMatches(List<PseudoElementMatches> pseudoElements)