puppeteer/new-docs/puppeteer.protocol.page.frametree.md

22 lines
810 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; [Page](./puppeteer.protocol.page.md) &gt; [FrameTree](./puppeteer.protocol.page.frametree.md)
## Protocol.Page.FrameTree interface
Information about the Frame hierarchy.
<b>Signature:</b>
```typescript
export interface FrameTree
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [childFrames](./puppeteer.protocol.page.frametree.childframes.md) | [FrameTree](./puppeteer.protocol.page.frametree.md)<!-- -->\[\] | Child frames. |
| [frame](./puppeteer.protocol.page.frametree.frame.md) | [Frame](./puppeteer.protocol.page.frame.md) | Frame information for this tree item. |