SetOuterHTMLRequest

@Serializable
data class SetOuterHTMLRequest(val nodeId: NodeId, val outerHTML: String)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, outerHTML: String)

Properties

Link copied to clipboard

Id of the node to set markup for.

Link copied to clipboard

Outer HTML markup to set.