Class PseudoElementMatches
java.lang.Object
org.openqa.selenium.devtools.v126.css.model.PseudoElementMatches
CSS rule collection for a single pseudo style.
-
Constructor Summary
ConstructorsConstructorDescriptionPseudoElementMatches
(PseudoType pseudoType, Optional<String> pseudoIdentifier, List<RuleMatch> matches) -
Method Summary
Modifier and TypeMethodDescriptionMatches of CSS rules applicable to the pseudo style.Pseudo element custom ident.Pseudo element type.
-
Constructor Details
-
PseudoElementMatches
public PseudoElementMatches(PseudoType pseudoType, Optional<String> pseudoIdentifier, List<RuleMatch> matches)
-
-
Method Details
-
getPseudoType
Pseudo element type. -
getPseudoIdentifier
Pseudo element custom ident. -
getMatches
Matches of CSS rules applicable to the pseudo style.
-