puppeteer/docs/api/puppeteer.serializedaxnode.roledescription.md

13 lines
245 B
Markdown
Raw Normal View History

---
sidebar_label: SerializedAXNode.roledescription
---
# SerializedAXNode.roledescription property
A human readable alternative to the role.
**Signature:**
```typescript
interface SerializedAXNode {roledescription?: string;}
```