14 lines
614 B
Markdown
14 lines
614 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
boundingBox: DOM.Rect;
|
|
```
|