pl.wendigo.chrome.api.dom / SetOuterHTMLRequest

SetOuterHTMLRequest

data class SetOuterHTMLRequest (source)

Represents request frame that can be used with DOM#setOuterHTML operation call.

Sets node HTML markup, returns new node id.

Link
DOM#setOuterHTML method documentation.

See Also

DOMOperations.setOuterHTML

Constructors

<init>

SetOuterHTMLRequest(nodeId: NodeId, outerHTML: String)

Represents request frame that can be used with DOM#setOuterHTML operation call.

Properties

nodeId

val nodeId: NodeId

Id of the node to set markup for.

outerHTML

val outerHTML: String

Outer HTML markup to set.