[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodeForLocationResponse](./puppeteer.protocol.dom.getnodeforlocationresponse.md) > [frameId](./puppeteer.protocol.dom.getnodeforlocationresponse.frameid.md) ## Protocol.DOM.GetNodeForLocationResponse.frameId property Frame this node belongs to. Signature: ```typescript frameId: Page.FrameId; ```