[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [LayoutTreeNode](./puppeteer.protocol.domsnapshot.layouttreenode.md) > [boundingBox](./puppeteer.protocol.domsnapshot.layouttreenode.boundingbox.md) ## Protocol.DOMSnapshot.LayoutTreeNode.boundingBox property The bounding box in document coordinates. Note that scroll offset of the document is ignored. Signature: ```typescript boundingBox: DOM.Rect; ```