14 lines
587 B
Markdown
14 lines
587 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) > [AXValueSource](./puppeteer.protocol.accessibility.axvaluesource.md) > [attributeValue](./puppeteer.protocol.accessibility.axvaluesource.attributevalue.md)
|
|
|
|
## Protocol.Accessibility.AXValueSource.attributeValue property
|
|
|
|
The value of the relevant attribute, if any.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
attributeValue?: AXValue;
|
|
```
|