Class InspectedElementAnchorConfig
java.lang.Object
org.openqa.selenium.devtools.v146.overlay.model.InspectedElementAnchorConfig
-
Constructor Summary
ConstructorsConstructorDescriptionInspectedElementAnchorConfig(Optional<NodeId> nodeId, Optional<BackendNodeId> backendNodeId) -
Method Summary
Modifier and TypeMethodDescriptionIdentifier of the backend node to highlight.Identifier of the node to highlight.
-
Constructor Details
-
InspectedElementAnchorConfig
-
-
Method Details
-
getNodeId
Identifier of the node to highlight. -
getBackendNodeId
Identifier of the backend node to highlight.
-