14 lines
528 B
Markdown
14 lines
528 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetFileInputFilesRequest](./puppeteer.protocol.dom.setfileinputfilesrequest.md) > [files](./puppeteer.protocol.dom.setfileinputfilesrequest.files.md)
|
|
|
|
## Protocol.DOM.SetFileInputFilesRequest.files property
|
|
|
|
Array of file paths to set.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
files: string[];
|
|
```
|