Table of Contents

Class PushNodesByBackendIdsToFrontendCommandResponse

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

Response for Requests that a batch of nodes is sent to the caller given their backend node ids.

public sealed class PushNodesByBackendIdsToFrontendCommandResponse : ICommandResponse<PushNodesByBackendIdsToFrontendCommandSettings>, ICommandResponse
Inheritance
PushNodesByBackendIdsToFrontendCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

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

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

Property Value

long[]