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

SetNodeNameResponse

data class SetNodeNameResponse

Response type for the DOMDomain.setNodeName command.

Constructors

<init>

Response type for the DOMDomain.setNodeName command.

SetNodeNameResponse(nodeId: NodeId)

Properties

nodeId

New node's id.

val nodeId: NodeId