chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / DOMDomain / setChildNodes

setChildNodes

fun setChildNodes(): Flow<SetChildNodesEvent>

Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.

Official doc