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

16 lines
214 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: SerializedAXNode.valuetext
---
# SerializedAXNode.valuetext property
A description of the current value.
**Signature:**
```typescript
interface SerializedAXNode {
valuetext?: string;
}
```