kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
SetAttributeValueParameter
Set
Attribute
Value
Parameter
@
Serializable
data
class
SetAttributeValueParameter
(
val
nodeId
:
Int
,
val
name
:
String
,
val
value
:
String
)
Members
Constructors
Set
Attribute
Value
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Attribute name.
node
Id
Link copied to clipboard
val
nodeId
:
Int
Id of the element to set attribute for.
value
Link copied to clipboard
val
value
:
String
Attribute value.