Table of Contents

Class RequestNodeCommandResponse

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

Response for Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

public sealed class RequestNodeCommandResponse : ICommandResponse<RequestNodeCommandSettings>, ICommandResponse
Inheritance
RequestNodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

Node id for given object.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long