chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetOuterHTMLResponse

GetOuterHTMLResponse

data class GetOuterHTMLResponse

Response type for the DOMDomain.getOuterHTML command.

Constructors

<init>

Response type for the DOMDomain.getOuterHTML command.

GetOuterHTMLResponse(outerHTML: String)

Properties

outerHTML

Outer HTML markup.

val outerHTML: String