Table of Contents

Class ContainerQueryHighlightConfig

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

Constructors

ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig, NodeId)

public ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig, NodeId NodeId)

Parameters

ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig

A descriptor for the highlight appearance of container query containers.

NodeId NodeId

Identifier of the container node to highlight.

Properties

ContainerQueryContainerHighlightConfig

A descriptor for the highlight appearance of container query containers.

public ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig { get; init; }

Property Value

ContainerQueryContainerHighlightConfig

NodeId

Identifier of the container node to highlight.

public NodeId NodeId { get; init; }

Property Value

NodeId