mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
997 B
997 B
Home > puppeteer > Protocol > DOM > GetFlattenedDocumentRequest
Protocol.DOM.GetFlattenedDocumentRequest interface
Signature:
export interface GetFlattenedDocumentRequest
Properties
Property | Type | Description |
---|---|---|
depth | integer | The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0. |
pierce | boolean | Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false). |