Table of Contents

Class GridNodeHighlightConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Configurations for Persistent Grid Highlight

public sealed record GridNodeHighlightConfig : IEquatable<GridNodeHighlightConfig>
Inheritance
GridNodeHighlightConfig
Implements
Inherited Members

Constructors

GridNodeHighlightConfig(GridHighlightConfig, NodeId)

Configurations for Persistent Grid Highlight

public GridNodeHighlightConfig(GridHighlightConfig GridHighlightConfig, NodeId NodeId)

Parameters

GridHighlightConfig GridHighlightConfig

A descriptor for the highlight appearance.

NodeId NodeId

Identifier of the node to highlight.

Properties

GridHighlightConfig

A descriptor for the highlight appearance.

public GridHighlightConfig GridHighlightConfig { get; init; }

Property Value

GridHighlightConfig

NodeId

Identifier of the node to highlight.

public NodeId NodeId { get; init; }

Property Value

NodeId