Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 752 Bytes

puppeteer.filechooser.accept.md

File metadata and controls

24 lines (14 loc) · 752 Bytes

Home > puppeteer > FileChooser > accept

FileChooser.accept() method

Accept the file chooser request with given paths.

Signature:

accept(filePaths: string[]): Promise<void>;

Parameters

Parameter Type Description
filePaths string[] If some of the filePaths are relative paths, then they are resolved relative to the current working directory.

Returns:

Promise<void>