Table of Contents

Class FlexNodeHighlightConfig

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

Constructors

FlexNodeHighlightConfig(FlexContainerHighlightConfig, NodeId)

public FlexNodeHighlightConfig(FlexContainerHighlightConfig FlexContainerHighlightConfig, NodeId NodeId)

Parameters

FlexContainerHighlightConfig FlexContainerHighlightConfig

A descriptor for the highlight appearance of flex containers.

NodeId NodeId

Identifier of the node to highlight.

Properties

FlexContainerHighlightConfig

A descriptor for the highlight appearance of flex containers.

public FlexContainerHighlightConfig FlexContainerHighlightConfig { get; init; }

Property Value

FlexContainerHighlightConfig

NodeId

Identifier of the node to highlight.

public NodeId NodeId { get; init; }

Property Value

NodeId