Table of Contents

Class PseudoElementMatches

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

CSS rule collection for a single pseudo style.

public sealed record PseudoElementMatches : IEquatable<PseudoElementMatches>
Inheritance
PseudoElementMatches
Implements
Inherited Members

Constructors

PseudoElementMatches(PseudoType, ImmutableArray<RuleMatch>)

CSS rule collection for a single pseudo style.

public PseudoElementMatches(PseudoType PseudoType, ImmutableArray<RuleMatch> Matches)

Parameters

PseudoType PseudoType

Pseudo element type.

Matches ImmutableArray<RuleMatch>

Matches of CSS rules applicable to the pseudo style.

Properties

Matches

Matches of CSS rules applicable to the pseudo style.

public ImmutableArray<RuleMatch> Matches { get; init; }

Property Value

ImmutableArray<RuleMatch>

PseudoIdentifier

Pseudo element custom ident.

public string? PseudoIdentifier { get; init; }

Property Value

string

PseudoType

Pseudo element type.

public PseudoType PseudoType { get; init; }

Property Value

PseudoType