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