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

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.