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

16 lines
215 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: SerializedAXNode.valuetext
---
# SerializedAXNode.valuetext property
A description of the current value.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
interface SerializedAXNode {
valuetext?: string;
}
```