Table of Contents

Class GetMatchedStylesForNodeCommandResponse

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

Response for GetMatchedStylesForNode

public sealed class GetMatchedStylesForNodeCommandResponse : ICommandResponse<GetMatchedStylesForNodeCommandSettings>, ICommandResponse
Inheritance
GetMatchedStylesForNodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

AttributesStyle

Gets or sets the attributesStyle

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

Property Value

CSSStyle

CssKeyframesRules

Gets or sets the cssKeyframesRules

[JsonPropertyName("cssKeyframesRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSKeyframesRule[] CssKeyframesRules { get; set; }

Property Value

CSSKeyframesRule[]

Inherited

Gets or sets the inherited

[JsonPropertyName("inherited")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedStyleEntry[] Inherited { get; set; }

Property Value

InheritedStyleEntry[]

InlineStyle

Gets or sets the inlineStyle

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

Property Value

CSSStyle

MatchedCSSRules

Gets or sets the matchedCSSRules

[JsonPropertyName("matchedCSSRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RuleMatch[] MatchedCSSRules { get; set; }

Property Value

RuleMatch[]

PseudoElements

Gets or sets the pseudoElements

[JsonPropertyName("pseudoElements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PseudoElementMatches[] PseudoElements { get; set; }

Property Value

PseudoElementMatches[]