* Sets attribute for an element with given id.
(
params: DOM.SetAttributeValueParams,
)
| 5695 | * Sets attribute for an element with given id. |
| 5696 | */ |
| 5697 | setAttributeValue( |
| 5698 | params: DOM.SetAttributeValueParams, |
| 5699 | ): Promise<DOM.SetAttributeValueResult | undefined>; |
| 5700 |
no outgoing calls