[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [DescribeNodeRequest](./puppeteer.protocol.dom.describenoderequest.md) > [objectId](./puppeteer.protocol.dom.describenoderequest.objectid.md) ## Protocol.DOM.DescribeNodeRequest.objectId property JavaScript object id of the node wrapper. Signature: ```typescript objectId?: Runtime.RemoteObjectId; ```