Table of Contents

Class PushNodesByBackendIdsToFrontendCommandSettings

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

PushNodesByBackendIdsToFrontend

public sealed class PushNodesByBackendIdsToFrontendCommandSettings : ICommand
Inheritance
PushNodesByBackendIdsToFrontendCommandSettings
Implements
Inherited Members

Properties

BackendNodeIds

Gets or sets the backendNodeIds

[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