mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
983 B
983 B
Home > puppeteer > Protocol > Accessibility > AXRelatedNode
Protocol.Accessibility.AXRelatedNode interface
Signature:
export interface AXRelatedNode
Properties
Property | Type | Description |
---|---|---|
backendDOMNodeId | DOM.BackendNodeId | The BackendNodeId of the related DOM node. |
idref | string | The IDRef value provided, if any. |
text | string | The text alternative of this node in the current context. |