kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
SetOuterHTMLParameter
Set
Outer
HTMLParameter
@
Serializable
data
class
SetOuterHTMLParameter
(
val
nodeId
:
Int
,
val
outerHTML
:
String
)
Members
Constructors
Set
Outer
HTMLParameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
outerHTML
:
String
)
Properties
node
Id
Link copied to clipboard
val
nodeId
:
Int
Id of the node to set markup for.
outer
HTML
Link copied to clipboard
val
outerHTML
:
String
Outer HTML markup to set.