puppeteer/new-docs/puppeteer.filechooser.cancel.md
Martin Splitt 60904da4cd docs(new): migrate FileChooser docs to TSDoc (#6092)
Co-authored-by: martinsplitt <martin@geekonaut.de>
2020-06-25 13:01:36 +02:00

434 B

Home > puppeteer > FileChooser > cancel

FileChooser.cancel() method

Closes the file chooser without selecting any files.

Signature:

cancel(): Promise<void>;

Returns:

Promise<void>