[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetFileInputFilesRequest](./puppeteer.protocol.dom.setfileinputfilesrequest.md) ## Protocol.DOM.SetFileInputFilesRequest interface Signature: ```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. |