puppeteer/new-docs/puppeteer.protocol.accessibility.axnode.value.md

14 lines
513 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; [Protocol](./puppeteer.protocol.md) &gt; [Accessibility](./puppeteer.protocol.accessibility.md) &gt; [AXNode](./puppeteer.protocol.accessibility.axnode.md) &gt; [value](./puppeteer.protocol.accessibility.axnode.value.md)
## Protocol.Accessibility.AXNode.value property
The value for this `Node`<!-- -->.
<b>Signature:</b>
```typescript
value?: AXValue;
```