toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetOuterHTMLResponse
Get
Outer
HTMLResponse
@
Serializable
data
class
GetOuterHTMLResponse
(
val
outerHTML
:
String
)
Response type for the
DOMDomain.getOuterHTML
command.
Members
Constructors
Get
Outer
HTMLResponse
Link copied to clipboard
constructor
(
outerHTML
:
String
)
Properties
outer
HTML
Link copied to clipboard
val
outerHTML
:
String
Outer HTML markup.