Table of Contents

Class GetNodesForSubtreeByStyleCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.DOM
Assembly
WebDriver.dll

GetNodesForSubtreeByStyle

public sealed class GetNodesForSubtreeByStyleCommandSettings : ICommand
Inheritance
GetNodesForSubtreeByStyleCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ComputedStyles

Gets or sets the computedStyles

[JsonPropertyName("computedStyles")]
public CSSComputedStyleProperty[] ComputedStyles { get; set; }

Property Value

CSSComputedStyleProperty[]

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

Pierce

Gets or sets the pierce

[JsonPropertyName("pierce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Pierce { get; set; }

Property Value

bool?