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

14 lines
379 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; [name](./puppeteer.serializedaxnode.name.md)
## SerializedAXNode.name property
A human readable name for the node.
<b>Signature:</b>
```typescript
name?: string;
```