Table of Contents

Class RequestNodeCommandSettings

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

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 RequestNodeCommandSettings : ICommand
Inheritance
RequestNodeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ObjectId

JavaScript object id to convert into node.

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string