Table of Contents

Class InheritedStyleEntry

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

Inherited CSS rule collection from ancestor node.

public sealed class InheritedStyleEntry
Inheritance
InheritedStyleEntry
Inherited Members

Properties

InlineStyle

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

[JsonPropertyName("inlineStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? InlineStyle { get; set; }

Property Value

CSSStyle

MatchedCSSRules

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

[JsonPropertyName("matchedCSSRules")]
public RuleMatch[] MatchedCSSRules { get; set; }

Property Value

RuleMatch[]