14 lines
547 B
Markdown
14 lines
547 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) > [TextBoxSnapshot](./puppeteer.protocol.domsnapshot.textboxsnapshot.md) > [bounds](./puppeteer.protocol.domsnapshot.textboxsnapshot.bounds.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.TextBoxSnapshot.bounds property
|
||
|
|
||
|
The absolute position bounding box.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
bounds: Rectangle[];
|
||
|
```
|