Table of Contents

Class FlexNodeHighlightConfig

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

FlexNodeHighlightConfig

public sealed class FlexNodeHighlightConfig
Inheritance
FlexNodeHighlightConfig
Inherited Members

Properties

FlexContainerHighlightConfig

A descriptor for the highlight appearance of flex containers.

[JsonPropertyName("flexContainerHighlightConfig")]
public FlexContainerHighlightConfig FlexContainerHighlightConfig { get; set; }

Property Value

FlexContainerHighlightConfig

NodeId

Identifier of the node to highlight.

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

Property Value

long