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

DescribeNodeResponse

data class DescribeNodeResponse

Response type for the DOMDomain.describeNode command.

Constructors

<init>

Response type for the DOMDomain.describeNode command.

DescribeNodeResponse(node: Node)

Properties

node

Node description.

val node: Node