Table of Contents

Class InheritedPseudoElementMatches

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

Inherited pseudo element matches from pseudos of an ancestor node.

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

Constructors

InheritedPseudoElementMatches(ImmutableArray<PseudoElementMatches>)

Inherited pseudo element matches from pseudos of an ancestor node.

public InheritedPseudoElementMatches(ImmutableArray<PseudoElementMatches> PseudoElements)

Parameters

PseudoElements ImmutableArray<PseudoElementMatches>

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

Properties

PseudoElements

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

public ImmutableArray<PseudoElementMatches> PseudoElements { get; init; }

Property Value

ImmutableArray<PseudoElementMatches>