mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
086c08998b
This adds the new docs that are generated by API Extractor via TSDoc. They are sparse because we do not yet use TSDoc in the codebase. This is the starting point and from here we can work through all the different classes and improve the documentation.
792 B
792 B
Home > puppeteer > FileChooser
FileChooser class
Signature:
export declare class FileChooser
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(element, event) | Constructs a new instance of the FileChooser class |
Methods
Method | Modifiers | Description |
---|---|---|
accept(filePaths) | ||
cancel() | ||
isMultiple() |