[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetNodeNameRequest](./puppeteer.protocol.dom.setnodenamerequest.md) ## Protocol.DOM.SetNodeNameRequest interface Signature: ```typescript export interface SetNodeNameRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.dom.setnodenamerequest.name.md) | string | New node's name. | | [nodeId](./puppeteer.protocol.dom.setnodenamerequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to set name for. |