[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [scrollRects](./puppeteer.protocol.domsnapshot.layouttreesnapshot.scrollrects.md) ## Protocol.DOMSnapshot.LayoutTreeSnapshot.scrollRects property The scroll rect of nodes. Only available when includeDOMRects is set to true Signature: ```typescript scrollRects?: Rectangle[]; ```