requestNode
suspend fun requestNode(args: DOM.RequestNodeParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.RequestNodeReturn
Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes
notifications.
Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes
notifications.
Parameters
objectId
JavaScript object id to convert into node.