import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AXRelatedNode } = Protocol.Accessibility;
Properties
backendDOMNodeId: DOM.BackendNodeId
The BackendNodeId of the related DOM node.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AXRelatedNode } = Protocol.Accessibility;
The BackendNodeId of the related DOM node.