Table of Contents

Class GetQueryingDescendantsForContainerCommandSettings

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

Returns the descendants of a container query container that have container queries against this container.

public sealed class GetQueryingDescendantsForContainerCommandSettings : ICommand
Inheritance
GetQueryingDescendantsForContainerCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Id of the container node to find querying descendants from.

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

Property Value

long