Table of Contents

Class InheritedPseudoElementMatches

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

Inherited pseudo element matches from pseudos of an ancestor node.

public sealed class InheritedPseudoElementMatches
Inheritance
InheritedPseudoElementMatches
Inherited Members

Properties

PseudoElements

Matches of pseudo styles from the pseudos of an ancestor node.

[JsonPropertyName("pseudoElements")]
public PseudoElementMatches[] PseudoElements { get; set; }

Property Value

PseudoElementMatches[]