puppeteer/new-docs/puppeteer.protocol.dom.setfileinputfilesrequest.md
2020-07-13 14:01:35 +01:00

22 lines
1.1 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [SetFileInputFilesRequest](./puppeteer.protocol.dom.setfileinputfilesrequest.md)
## Protocol.DOM.SetFileInputFilesRequest interface
<b>Signature:</b>
```typescript
export interface SetFileInputFilesRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.dom.setfileinputfilesrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. |
| [files](./puppeteer.protocol.dom.setfileinputfilesrequest.files.md) | string\[\] | Array of file paths to set. |
| [nodeId](./puppeteer.protocol.dom.setfileinputfilesrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. |
| [objectId](./puppeteer.protocol.dom.setfileinputfilesrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |