14 lines
557 B
Markdown
14 lines
557 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) > [QueryAXTreeRequest](./puppeteer.protocol.accessibility.queryaxtreerequest.md) > [role](./puppeteer.protocol.accessibility.queryaxtreerequest.role.md)
|
||
|
|
||
|
## Protocol.Accessibility.QueryAXTreeRequest.role property
|
||
|
|
||
|
Find nodes with this computed role.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
role?: string;
|
||
|
```
|