Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.js";
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.