chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetNodeStackTracesRequest

GetNodeStackTracesRequest

data class GetNodeStackTracesRequest

Request object containing input parameters for the DOMDomain.getNodeStackTraces command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.getNodeStackTraces command.

GetNodeStackTracesRequest(nodeId: NodeId)

Properties

nodeId

Id of the node to get stack traces for.

val nodeId: NodeId