[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [bounds](./puppeteer.protocol.domsnapshot.layouttreesnapshot.bounds.md) ## Protocol.DOMSnapshot.LayoutTreeSnapshot.bounds property The absolute position bounding box. Signature: ```typescript bounds: Rectangle[]; ```