Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 434 Bytes

puppeteer.filechooser.cancel.md

File metadata and controls

17 lines (10 loc) · 434 Bytes

Home > puppeteer > FileChooser > cancel

FileChooser.cancel() method

Closes the file chooser without selecting any files.

Signature:

cancel(): Promise<void>;

Returns:

Promise<void>