Table of Contents

Class ContainerQueryHighlightConfig

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

ContainerQueryHighlightConfig

public sealed class ContainerQueryHighlightConfig
Inheritance
ContainerQueryHighlightConfig
Inherited Members

Properties

ContainerQueryContainerHighlightConfig

A descriptor for the highlight appearance of container query containers.

[JsonPropertyName("containerQueryContainerHighlightConfig")]
public ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig { get; set; }

Property Value

ContainerQueryContainerHighlightConfig

NodeId

Identifier of the container node to highlight.

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

Property Value

long