Table of Contents

Class ResolveNodeCommandSettings

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

ResolveNode

public sealed class ResolveNodeCommandSettings : ICommand
Inheritance
ResolveNodeCommandSettings
Implements
Inherited Members

Properties

BackendNodeId

Gets or sets the backendNodeId

[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }

Property Value

long?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }

Property Value

long?

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }

Property Value

long?

ObjectGroup

Gets or sets the objectGroup

[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectGroup { get; set; }

Property Value

string