Class ContainerQueryHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.ContainerQueryHighlightConfig
-
Constructor Summary
ConstructorsConstructorDescriptionContainerQueryHighlightConfig
(ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig, NodeId nodeId) -
Method Summary
Modifier and TypeMethodDescriptionA descriptor for the highlight appearance of container query containers.Identifier of the container node to highlight.
-
Constructor Details
-
ContainerQueryHighlightConfig
public ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig containerQueryContainerHighlightConfig, NodeId nodeId)
-
-
Method Details
-
getContainerQueryContainerHighlightConfig
A descriptor for the highlight appearance of container query containers. -
getNodeId
Identifier of the container node to highlight.
-