Request Child Nodes Request
data class RequestChildNodesRequest(nodeId: NodeId, depth: Int?, pierce: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOM#requestChildNodes operation call.
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.
See also
Constructors
RequestChildNodesRequest
Link copied to clipboard
fun RequestChildNodesRequest(nodeId: NodeId, depth: Int? = null, pierce: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard