puppeteer/docs/api/puppeteer.serializedaxnode.description.md

16 lines
238 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: SerializedAXNode.description
---
# SerializedAXNode.description property
An additional human readable description of the node.
**Signature:**
```typescript
interface SerializedAXNode {
description?: string;
}
```