puppeteer/new-docs/puppeteer.protocol.dom.requestchildnodesrequest.pierce.md

14 lines
612 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; [DOM](./puppeteer.protocol.dom.md) &gt; [RequestChildNodesRequest](./puppeteer.protocol.dom.requestchildnodesrequest.md) &gt; [pierce](./puppeteer.protocol.dom.requestchildnodesrequest.pierce.md)
## Protocol.DOM.RequestChildNodesRequest.pierce property
Whether or not iframes and shadow roots should be traversed when returning the sub-tree (default is false).
<b>Signature:</b>
```typescript
pierce?: boolean;
```