SetOuterHTMLParameter

@Serializable
data class SetOuterHTMLParameter(val nodeId: Int, val outerHTML: String)

Constructors

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

Properties

Link copied to clipboard
val nodeId: Int

Id of the node to set markup for.

Link copied to clipboard

Outer HTML markup to set.