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