[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [QueryAXTreeResponse](./puppeteer.protocol.accessibility.queryaxtreeresponse.md)
## Protocol.Accessibility.QueryAXTreeResponse interface
Signature:
```typescript
export interface QueryAXTreeResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodes](./puppeteer.protocol.accessibility.queryaxtreeresponse.nodes.md) | [AXNode](./puppeteer.protocol.accessibility.axnode.md)\[\] | A list of Accessibility.AXNode
matching the specified attributes, including nodes that are ignored for accessibility. |