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