Class IsolatedElementHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v121.overlay.model.IsolatedElementHighlightConfig
-
Constructor Summary
ConstructorDescriptionIsolatedElementHighlightConfig
(IsolationModeHighlightConfig isolationModeHighlightConfig, NodeId nodeId) -
Method Summary
Modifier and TypeMethodDescriptionA descriptor for the highlight appearance of an element in isolation mode.Identifier of the isolated element to highlight.
-
Constructor Details
-
IsolatedElementHighlightConfig
public IsolatedElementHighlightConfig(IsolationModeHighlightConfig isolationModeHighlightConfig, NodeId nodeId)
-
-
Method Details
-
getIsolationModeHighlightConfig
A descriptor for the highlight appearance of an element in isolation mode. -
getNodeId
Identifier of the isolated element to highlight.
-