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

SetNodeNameRequest

data class SetNodeNameRequest

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

Constructors

<init>

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

SetNodeNameRequest(nodeId: NodeId, name: String)

Properties

name

New node's name.

val name: String

nodeId

Id of the node to set name for.

val nodeId: NodeId