Table of Contents

Class PseudoElementMatches

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

PseudoElementMatches

public sealed class PseudoElementMatches
Inheritance
PseudoElementMatches
Inherited Members

Properties

Matches

matches

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

Property Value

RuleMatch[]

PseudoIdentifier

pseudoIdentifier

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

Property Value

string

PseudoType

pseudoType

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

Property Value

PseudoType