puppeteer/new-docs/puppeteer.protocol.domsnapshot.layouttreesnapshot.bounds.md

14 lines
559 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; [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) &gt; [bounds](./puppeteer.protocol.domsnapshot.layouttreesnapshot.bounds.md)
## Protocol.DOMSnapshot.LayoutTreeSnapshot.bounds property
The absolute position bounding box.
<b>Signature:</b>
```typescript
bounds: Rectangle[];
```