DOM.requestNode
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.
{
"name": "requestNode",
"parameters": [
{
"name": "objectId",
"$ref": "Runtime.RemoteObjectId",
"description": "JavaScript object id to convert into node."
}
],
"returns": [
{
"name": "nodeId",
"$ref": "NodeId",
"description": "Node id for given object."
}
],
"description": "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."
}