chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / OverlayDomain / highlightNode

highlightNode

suspend fun highlightNode(input: HighlightNodeRequest): Unit

Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.

Official doc