[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributeValueRequest](./puppeteer.protocol.dom.setattributevaluerequest.md) > [nodeId](./puppeteer.protocol.dom.setattributevaluerequest.nodeid.md) ## Protocol.DOM.SetAttributeValueRequest.nodeId property Id of the element to set attribute for. Signature: ```typescript nodeId: NodeId; ```