puppeteer/new-docs/puppeteer.serializedaxnode.role.md

14 lines
411 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [SerializedAXNode](./puppeteer.serializedaxnode.md) &gt; [role](./puppeteer.serializedaxnode.role.md)
## SerializedAXNode.role property
The [role](https://www.w3.org/TR/wai-aria/#usage_intro) of the node.
<b>Signature:</b>
```typescript
role: string;
```