[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetNodeNameRequest](./puppeteer.protocol.dom.setnodenamerequest.md) > [nodeId](./puppeteer.protocol.dom.setnodenamerequest.nodeid.md) ## Protocol.DOM.SetNodeNameRequest.nodeId property Id of the node to set name for. Signature: ```typescript nodeId: NodeId; ```