puppeteer/new-docs/puppeteer.protocol.domsnapshot.inlinetextbox.boundingbox.md

14 lines
614 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [InlineTextBox](./puppeteer.protocol.domsnapshot.inlinetextbox.md) &gt; [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.
<b>Signature:</b>
```typescript
boundingBox: DOM.Rect;
```