14 lines
659 B
Markdown
14 lines
659 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodeForLocationRequest](./puppeteer.protocol.dom.getnodeforlocationrequest.md) > [includeUserAgentShadowDOM](./puppeteer.protocol.dom.getnodeforlocationrequest.includeuseragentshadowdom.md)
|
|
|
|
## Protocol.DOM.GetNodeForLocationRequest.includeUserAgentShadowDOM property
|
|
|
|
False to skip to the nearest non-UA shadow root ancestor (default: false).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
includeUserAgentShadowDOM?: boolean;
|
|
```
|