import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetRootAXNodeRequest } = Protocol.Accessibility;
Properties
optional
frameId: Page.FrameIdThe frame in whose document the node resides. If omitted, the root frame is used.