Table of Contents

Class GridNodeHighlightConfig

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

Configurations for Persistent Grid Highlight

public sealed class GridNodeHighlightConfig
Inheritance
GridNodeHighlightConfig
Inherited Members

Properties

GridHighlightConfig

A descriptor for the highlight appearance.

[JsonPropertyName("gridHighlightConfig")]
public GridHighlightConfig GridHighlightConfig { get; set; }

Property Value

GridHighlightConfig

NodeId

Identifier of the node to highlight.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long