puppeteer/new-docs/puppeteer.protocol.accessibility.getpartialaxtreerequest.fetchrelatives.md

14 lines
662 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; [Accessibility](./puppeteer.protocol.accessibility.md) &gt; [GetPartialAXTreeRequest](./puppeteer.protocol.accessibility.getpartialaxtreerequest.md) &gt; [fetchRelatives](./puppeteer.protocol.accessibility.getpartialaxtreerequest.fetchrelatives.md)
## Protocol.Accessibility.GetPartialAXTreeRequest.fetchRelatives property
Whether to fetch this nodes ancestors, siblings and children. Defaults to true.
<b>Signature:</b>
```typescript
fetchRelatives?: boolean;
```