GetOuterHTMLParameter

@Serializable
data class GetOuterHTMLParameter(val nodeId: Int? = null, val backendNodeId: Int? = null, val objectId: String? = null, val includeShadowDOM: Boolean? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null, includeShadowDOM: Boolean? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node.

Link copied to clipboard

Include all shadow roots. Equals to false if not specified.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node.

Link copied to clipboard
val objectId: String? = null

JavaScript object id of the node wrapper.