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

requestChildNodes

suspend fun requestChildNodes(input: RequestChildNodesRequest): Unit

Requests that children of the node with given id are returned to the caller in form of setChildNodes events where not only immediate children are retrieved, but all children down to the specified depth.

Official doc