mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
13 lines
245 B
Markdown
13 lines
245 B
Markdown
---
|
|
sidebar_label: SerializedAXNode.roledescription
|
|
---
|
|
# SerializedAXNode.roledescription property
|
|
|
|
A human readable alternative to the role.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SerializedAXNode {roledescription?: string;}
|
|
```
|