Class GridNodeHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.GridNodeHighlightConfig
Configurations for Persistent Grid Highlight
-
Constructor Summary
ConstructorsConstructorDescriptionGridNodeHighlightConfig
(GridHighlightConfig gridHighlightConfig, NodeId nodeId) -
Method Summary
Modifier and TypeMethodDescriptionA descriptor for the highlight appearance.Identifier of the node to highlight.
-
Constructor Details
-
GridNodeHighlightConfig
-
-
Method Details
-
getGridHighlightConfig
A descriptor for the highlight appearance. -
getNodeId
Identifier of the node to highlight.
-