Table of Contents

Class PushNodesByBackendIdsToFrontendCommandSettings

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

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

public sealed class PushNodesByBackendIdsToFrontendCommandSettings : ICommand
Inheritance
PushNodesByBackendIdsToFrontendCommandSettings
Implements
Inherited Members

Properties

BackendNodeIds

The array of backend node ids.

[JsonPropertyName("backendNodeIds")]
public long[] BackendNodeIds { get; set; }

Property Value

long[]

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string