Table of Contents

Class PseudoElementMatches

Namespace
OpenQA.Selenium.DevTools.V148.CSS
Assembly
Selenium.WebDriver.dll

CSS rule collection for a single pseudo style.

public sealed class PseudoElementMatches
Inheritance
PseudoElementMatches
Inherited Members

Properties

Matches

Matches of CSS rules applicable to the pseudo style.

[JsonPropertyName("matches")]
public RuleMatch[] Matches { get; set; }

Property Value

RuleMatch[]

PseudoIdentifier

Pseudo element custom ident.

[JsonPropertyName("pseudoIdentifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PseudoIdentifier { get; set; }

Property Value

string

PseudoType

Pseudo element type.

[JsonPropertyName("pseudoType")]
public PseudoType PseudoType { get; set; }

Property Value

PseudoType