49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
19 lines
825 B
Markdown
19 lines
825 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) > [QueryAXTreeResponse](./puppeteer.protocol.accessibility.queryaxtreeresponse.md)
|
|
|
|
## Protocol.Accessibility.QueryAXTreeResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface QueryAXTreeResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodes](./puppeteer.protocol.accessibility.queryaxtreeresponse.nodes.md) | [AXNode](./puppeteer.protocol.accessibility.axnode.md)<!-- -->\[\] | A list of <code>Accessibility.AXNode</code> matching the specified attributes, including nodes that are ignored for accessibility. |
|
|
|