[Home](./index.md) > [puppeteer](./puppeteer.md) > [FileChooser](./puppeteer.filechooser.md) > [accept](./puppeteer.filechooser.accept.md) ## FileChooser.accept() method Signature: ```typescript accept(filePaths: string[]): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | filePaths | string\[\] | | Returns: Promise<void>