Table of Contents

Class SetInspectedNodeCommandSettings

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

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

public sealed class SetInspectedNodeCommandSettings : ICommand
Inheritance
SetInspectedNodeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

DOM node id to be accessible by means of $x command line API.

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

Property Value

long