import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.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.