GetOuterHTMLRequest

@Serializable
data class GetOuterHTMLRequest(val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null, val includeShadowDOM: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, includeShadowDOM: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for GetOuterHTMLRequest, which allows setting the optional parameters of the DOMDomain.getOuterHTML command via a lambda.

Properties

Link copied to clipboard

Identifier of the backend node.

Link copied to clipboard

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

Link copied to clipboard

Identifier of the node.

Link copied to clipboard

JavaScript object id of the node wrapper.