Table of Contents

Class PushNodesByBackendIdsToFrontendResult

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

Constructors

PushNodesByBackendIdsToFrontendResult(ImmutableArray<NodeId>)

public PushNodesByBackendIdsToFrontendResult(ImmutableArray<NodeId> NodeIds)

Parameters

NodeIds ImmutableArray<NodeId>

The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.

Properties

NodeIds

The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.

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

Property Value

ImmutableArray<NodeId>