Table of Contents

Class InspectedElementAnchorConfig

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

InspectedElementAnchorConfig

public sealed class InspectedElementAnchorConfig
Inheritance
InspectedElementAnchorConfig
Inherited Members

Properties

BackendNodeId

Identifier of the backend node to highlight.

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

Property Value

long?

NodeId

Identifier of the node to highlight.

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

Property Value

long?