chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetOuterHTMLResponse
Get
Outer
HTMLResponse
@
Serializable
data
class
GetOuterHTMLResponse
(
val
outerHTML
:
String
)
(
source
)
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.