Table of Contents

Class InheritedStyleEntry

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

Inherited CSS rule collection from ancestor node.

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

Constructors

InheritedStyleEntry(ImmutableArray<RuleMatch>)

Inherited CSS rule collection from ancestor node.

public InheritedStyleEntry(ImmutableArray<RuleMatch> MatchedCSSRules)

Parameters

MatchedCSSRules ImmutableArray<RuleMatch>

Matches of CSS rules matching the ancestor node in the style inheritance chain.

Properties

InlineStyle

The ancestor node's inline style, if any, in the style inheritance chain.

public CSSStyle? InlineStyle { get; init; }

Property Value

CSSStyle

MatchedCSSRules

Matches of CSS rules matching the ancestor node in the style inheritance chain.

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

Property Value

ImmutableArray<RuleMatch>