[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [RequestChildNodesRequest](./puppeteer.protocol.dom.requestchildnodesrequest.md) > [depth](./puppeteer.protocol.dom.requestchildnodesrequest.depth.md) ## Protocol.DOM.RequestChildNodesRequest.depth property The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0. Signature: ```typescript depth?: integer; ```