puppeteer/docs/api/puppeteer.serializedaxnode.valuetext.md

13 lines
221 B
Markdown
Raw Normal View History

---
sidebar_label: SerializedAXNode.valuetext
---
# SerializedAXNode.valuetext property
A description of the current value.
**Signature:**
```typescript
interface SerializedAXNode {valuetext?: string;}
```