Describe Node Request
data class DescribeNodeRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?, depth: Int?, pierce: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOM#describeNode operation call.
Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.
See also
Constructors
DescribeNodeRequest
Link copied to clipboard
fun DescribeNodeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, depth: Int? = null, pierce: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard