[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodeForLocationResponse](./puppeteer.protocol.dom.getnodeforlocationresponse.md) > [nodeId](./puppeteer.protocol.dom.getnodeforlocationresponse.nodeid.md) ## Protocol.DOM.GetNodeForLocationResponse.nodeId property Id of the node at given coordinates, only when enabled and requested document. Signature: ```typescript nodeId?: NodeId; ```