Class InheritedPseudoElementMatches
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.css.model.InheritedPseudoElementMatches
-
public class InheritedPseudoElementMatches extends java.lang.Object
Inherited pseudo element matches from pseudos of an ancestor node.
-
-
Constructor Summary
Constructors Constructor Description InheritedPseudoElementMatches(java.util.List<PseudoElementMatches> pseudoElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PseudoElementMatches>
getPseudoElements()
Matches of pseudo styles from the pseudos of an ancestor node.
-
-
-
Constructor Detail
-
InheritedPseudoElementMatches
public InheritedPseudoElementMatches(java.util.List<PseudoElementMatches> pseudoElements)
-
-
Method Detail
-
getPseudoElements
public java.util.List<PseudoElementMatches> getPseudoElements()
Matches of pseudo styles from the pseudos of an ancestor node.
-
-