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

GetOuterHTMLRequest

data class GetOuterHTMLRequest

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

Constructors

<init>

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

GetOuterHTMLRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Properties

backendNodeId

Identifier of the backend node.

val backendNodeId: BackendNodeId?

nodeId

Identifier of the node.

val nodeId: NodeId?

objectId

JavaScript object id of the node wrapper.

val objectId: RemoteObjectId?