Table of Contents

Class GetQueryingDescendantsForContainerResult

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetQueryingDescendantsForContainerResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetQueryingDescendantsForContainerResult>
Inheritance
EmptyResult
GetQueryingDescendantsForContainerResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetQueryingDescendantsForContainerResult(ImmutableArray<NodeId>)

public GetQueryingDescendantsForContainerResult(ImmutableArray<NodeId> NodeIds)

Parameters

NodeIds ImmutableArray<NodeId>

Descendant nodes with container queries against the given container.

Properties

NodeIds

Descendant nodes with container queries against the given container.

public ImmutableArray<NodeId> NodeIds { get; init; }

Property Value

ImmutableArray<NodeId>