Class FlexNodeHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.FlexNodeHighlightConfig
-
Constructor Summary
ConstructorsConstructorDescriptionFlexNodeHighlightConfig
(FlexContainerHighlightConfig flexContainerHighlightConfig, NodeId nodeId) -
Method Summary
Modifier and TypeMethodDescriptionA descriptor for the highlight appearance of flex containers.Identifier of the node to highlight.
-
Constructor Details
-
FlexNodeHighlightConfig
public FlexNodeHighlightConfig(FlexContainerHighlightConfig flexContainerHighlightConfig, NodeId nodeId)
-
-
Method Details
-
getFlexContainerHighlightConfig
A descriptor for the highlight appearance of flex containers. -
getNodeId
Identifier of the node to highlight.
-