1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Page > FileChooserOpenedEvent
Protocol.Page.FileChooserOpenedEvent interface
Emitted only when page.interceptFileChooser
is enabled.
Signature:
export interface FileChooserOpenedEvent
Properties
Property | Type | Description |
---|---|---|
backendNodeId | DOM.BackendNodeId | Input node id. |
frameId | FrameId | Id of the frame containing input node. |
mode | ('selectSingle' | 'selectMultiple') | Input mode. |