Table of Contents

Class HighlightNodeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Overlay
Assembly
WebDriver.dll

HighlightNode

public sealed class HighlightNodeCommandSettings : ICommand
Inheritance
HighlightNodeCommandSettings
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

HighlightConfig

Gets or sets the highlightConfig

[JsonPropertyName("highlightConfig")]
public HighlightConfig HighlightConfig { get; set; }

Property Value

HighlightConfig

NodeId

Gets or sets the nodeId

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

Property Value

long?

ObjectId

Gets or sets the objectId

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

Property Value

string

Selector

Gets or sets the selector

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

Property Value

string