Class ScrollSnapHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v126.overlay.model.ScrollSnapHighlightConfig
-
Constructor Summary
ConstructorsConstructorDescriptionScrollSnapHighlightConfig
(ScrollSnapContainerHighlightConfig scrollSnapContainerHighlightConfig, NodeId nodeId) -
Method Summary
Modifier and TypeMethodDescriptionIdentifier of the node to highlight.A descriptor for the highlight appearance of scroll snap containers.
-
Constructor Details
-
ScrollSnapHighlightConfig
public ScrollSnapHighlightConfig(ScrollSnapContainerHighlightConfig scrollSnapContainerHighlightConfig, NodeId nodeId)
-
-
Method Details
-
getScrollSnapContainerHighlightConfig
A descriptor for the highlight appearance of scroll snap containers. -
getNodeId
Identifier of the node to highlight.
-