mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
559 B
Markdown
14 lines
559 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) > [AXRelatedNode](./puppeteer.protocol.accessibility.axrelatednode.md) > [text](./puppeteer.protocol.accessibility.axrelatednode.text.md)
|
||
|
|
||
|
## Protocol.Accessibility.AXRelatedNode.text property
|
||
|
|
||
|
The text alternative of this node in the current context.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
text?: string;
|
||
|
```
|