14 lines
515 B
Markdown
14 lines
515 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [AXValue](./puppeteer.protocol.accessibility.axvalue.md) > [value](./puppeteer.protocol.accessibility.axvalue.value.md)
|
||
|
|
||
|
## Protocol.Accessibility.AXValue.value property
|
||
|
|
||
|
The computed value of this property.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
value?: any;
|
||
|
```
|