import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InspectNodeRequestedEvent } = Protocol.Overlay;
Fired when the node should be inspected. This happens after call to setInspectMode
or when
user manually inspects an element.
Properties
backendNodeId: DOM.BackendNodeId
Id of the node to inspect.