Table of Contents

Class GetNodesForSubtreeByStyleCommandResponse

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

Response for Finds nodes with a given computed style in a subtree.

public sealed class GetNodesForSubtreeByStyleCommandResponse : ICommandResponse<GetNodesForSubtreeByStyleCommandSettings>, ICommandResponse
Inheritance
GetNodesForSubtreeByStyleCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

Resulting nodes.

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]