mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |