19 lines
847 B
Markdown
19 lines
847 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) > [GetPartialAXTreeResponse](./puppeteer.protocol.accessibility.getpartialaxtreeresponse.md)
|
|
|
|
## Protocol.Accessibility.GetPartialAXTreeResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetPartialAXTreeResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodes](./puppeteer.protocol.accessibility.getpartialaxtreeresponse.nodes.md) | [AXNode](./puppeteer.protocol.accessibility.axnode.md)<!-- -->\[\] | The <code>Accessibility.AXNode</code> for this DOM node, if it exists, plus its ancestors, siblings and children, if requested. |
|
|
|