[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributeValueRequest](./puppeteer.protocol.dom.setattributevaluerequest.md) ## Protocol.DOM.SetAttributeValueRequest interface Signature: ```typescript export interface SetAttributeValueRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.dom.setattributevaluerequest.name.md) | string | Attribute name. | | [nodeId](./puppeteer.protocol.dom.setattributevaluerequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the element to set attribute for. | | [value](./puppeteer.protocol.dom.setattributevaluerequest.value.md) | string | Attribute value. |