mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
664 B
Markdown
22 lines
664 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [FileChooser](./puppeteer.filechooser.md) > [(constructor)](./puppeteer.filechooser._constructor_.md)
|
||
|
|
||
|
## FileChooser.(constructor)
|
||
|
|
||
|
Constructs a new instance of the `FileChooser` class
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
constructor(element: ElementHandle, event: Protocol.Page.fileChooserOpenedPayload);
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| element | [ElementHandle](./puppeteer.elementhandle.md) | |
|
||
|
| event | Protocol.Page.fileChooserOpenedPayload | |
|
||
|
|