Get Outer HTMLRequest
@Serializable
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)
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.