14 lines
662 B
Markdown
14 lines
662 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [GetPartialAXTreeRequest](./puppeteer.protocol.accessibility.getpartialaxtreerequest.md) > [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;
|
||
|
```
|