Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Accessibility.AXRelatedNode
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AXRelatedNode } = default.Accessibility;

Properties

backendDOMNodeId: DOM.BackendNodeId

The BackendNodeId of the related DOM node.

optional
idref: string

The IDRef value provided, if any.

optional
text: string

The text alternative of this node in the current context.