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