Table of Contents

Class InheritedStyleEntry

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

InheritedStyleEntry

public sealed class InheritedStyleEntry
Inheritance
InheritedStyleEntry
Inherited Members

Properties

InlineStyle

inlineStyle

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

Property Value

CSSStyle

MatchedCSSRules

matchedCSSRules

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

Property Value

RuleMatch[]