puppeteer/new-docs/puppeteer.protocol.accessibility.axrelatednode.md
2020-07-13 14:01:35 +01:00

21 lines
983 B
Markdown

<!-- 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; [AXRelatedNode](./puppeteer.protocol.accessibility.axrelatednode.md)
## Protocol.Accessibility.AXRelatedNode interface
<b>Signature:</b>
```typescript
export interface AXRelatedNode
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendDOMNodeId](./puppeteer.protocol.accessibility.axrelatednode.backenddomnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | The BackendNodeId of the related DOM node. |
| [idref](./puppeteer.protocol.accessibility.axrelatednode.idref.md) | string | The IDRef value provided, if any. |
| [text](./puppeteer.protocol.accessibility.axrelatednode.text.md) | string | The text alternative of this node in the current context. |