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