Class PseudoElementMatches

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.PseudoElementMatches

public class PseudoElementMatches extends Object
CSS rule collection for a single pseudo style.
  • Constructor Details

  • Method Details

    • getPseudoType

      public PseudoType getPseudoType()
      Pseudo element type.
    • getMatches

      public List<RuleMatch> getMatches()
      Matches of CSS rules applicable to the pseudo style.