Table of Contents

Class GetMatchedStylesForNodeCommandResponse

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

Response for GetMatchedStylesForNode

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

Properties

ActivePositionFallbackIndex

Gets or sets the activePositionFallbackIndex

[JsonPropertyName("activePositionFallbackIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ActivePositionFallbackIndex { get; set; }

Property Value

long?

AttributesStyle

Gets or sets the attributesStyle

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

Property Value

CSSStyle

CssFontPaletteValuesRule

Gets or sets the cssFontPaletteValuesRule

[JsonPropertyName("cssFontPaletteValuesRule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSFontPaletteValuesRule CssFontPaletteValuesRule { get; set; }

Property Value

CSSFontPaletteValuesRule

CssKeyframesRules

Gets or sets the cssKeyframesRules

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

Property Value

CSSKeyframesRule[]

CssPositionTryRules

Gets or sets the cssPositionTryRules

[JsonPropertyName("cssPositionTryRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPositionTryRule[] CssPositionTryRules { get; set; }

Property Value

CSSPositionTryRule[]

CssPropertyRegistrations

Gets or sets the cssPropertyRegistrations

[JsonPropertyName("cssPropertyRegistrations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPropertyRegistration[] CssPropertyRegistrations { get; set; }

Property Value

CSSPropertyRegistration[]

CssPropertyRules

Gets or sets the cssPropertyRules

[JsonPropertyName("cssPropertyRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPropertyRule[] CssPropertyRules { get; set; }

Property Value

CSSPropertyRule[]

Inherited

Gets or sets the inherited

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

Property Value

InheritedStyleEntry[]

InheritedPseudoElements

Gets or sets the inheritedPseudoElements

[JsonPropertyName("inheritedPseudoElements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedPseudoElementMatches[] InheritedPseudoElements { get; set; }

Property Value

InheritedPseudoElementMatches[]

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[]

ParentLayoutNodeId

Gets or sets the parentLayoutNodeId

[JsonPropertyName("parentLayoutNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ParentLayoutNodeId { get; set; }

Property Value

long?

PseudoElements

Gets or sets the pseudoElements

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

Property Value

PseudoElementMatches[]