890 B
890 B
Home > puppeteer > Protocol > DOM > SetAttributeValueRequest
Protocol.DOM.SetAttributeValueRequest interface
Signature:
export interface SetAttributeValueRequest
Properties
Property | Type | Description |
---|---|---|
name | string | Attribute name. |
nodeId | NodeId | Id of the element to set attribute for. |
value | string | Attribute value. |