14 lines
553 B
Markdown
14 lines
553 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) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [text](./puppeteer.protocol.domsnapshot.layouttreesnapshot.text.md)
|
|
|
|
## Protocol.DOMSnapshot.LayoutTreeSnapshot.text property
|
|
|
|
Contents of the LayoutText, if any.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
text: StringIndex[];
|
|
```
|