[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [RemoveAttributeRequest](./puppeteer.protocol.dom.removeattributerequest.md) > [nodeId](./puppeteer.protocol.dom.removeattributerequest.nodeid.md) ## Protocol.DOM.RemoveAttributeRequest.nodeId property Id of the element to remove attribute from. Signature: ```typescript nodeId: NodeId; ```