puppeteer/docs/api/puppeteer.serializedaxnode.name.md

13 lines
206 B
Markdown
Raw Normal View History

---
sidebar_label: SerializedAXNode.name
---
# SerializedAXNode.name property
A human readable name for the node.
**Signature:**
```typescript
interface SerializedAXNode {name?: string;}
```