Selenium.WebDriver by Selenium Committers

<PackageReference Include="Selenium.WebDriver" Version="4.16.1" />

.NET API 4,321,792 bytes

 RequestNodeCommandSettings

public sealed class RequestNodeCommandSettings : ICommand
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 string CommandName { get; }

Gets the name of the command.

public string ObjectId { get; set; }

JavaScript object id to convert into node.