import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { FileChooserOpenedEvent } = Protocol.Page;
Emitted only when page.interceptFileChooser
is enabled.
Properties
frameId: FrameId
Id of the frame containing input node.
backendNodeId: DOM.BackendNodeId
Input node id.