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

14 lines
425 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; [description](./puppeteer.serializedaxnode.description.md)
## SerializedAXNode.description property
An additional human readable description of the node.
<b>Signature:</b>
```typescript
description?: string;
```