GetOuterHTMLResponse

@Serializable
data class GetOuterHTMLResponse(val outerHTML: String)

Response type for the DOMDomain.getOuterHTML command.

Constructors

Link copied to clipboard
constructor(outerHTML: String)

Properties

Link copied to clipboard

Outer HTML markup.