Table of Contents

Class InspectedElementAnchorConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record InspectedElementAnchorConfig : IEquatable<InspectedElementAnchorConfig>
Inheritance
InspectedElementAnchorConfig
Implements
Inherited Members

Constructors

InspectedElementAnchorConfig()

public InspectedElementAnchorConfig()

Properties

BackendNodeId

Identifier of the backend node to highlight.

public BackendNodeId? BackendNodeId { get; init; }

Property Value

BackendNodeId

NodeId

Identifier of the node to highlight.

public NodeId? NodeId { get; init; }

Property Value

NodeId