Class ContainerQueryHighlightConfig
- java.lang.Object
-
- org.openqa.selenium.devtools.v108.overlay.model.ContainerQueryHighlightConfig
-
public class ContainerQueryHighlightConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig, NodeId nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerQueryContainerHighlightConfig
getContainerQueryContainerHighlightConfig()
A descriptor for the highlight appearance of container query containers.NodeId
getNodeId()
Identifier of the container node to highlight.
-
-
-
Constructor Detail
-
ContainerQueryHighlightConfig
public ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig, NodeId nodeId)
-
-
Method Detail
-
getContainerQueryContainerHighlightConfig
public ContainerQueryContainerHighlightConfig getContainerQueryContainerHighlightConfig()
A descriptor for the highlight appearance of container query containers.
-
getNodeId
public NodeId getNodeId()
Identifier of the container node to highlight.
-
-