pl.wendigo.chrome.api.dom / SetFileInputFilesRequest

SetFileInputFilesRequest

data class SetFileInputFilesRequest (source)

Represents request frame that can be used with DOM#setFileInputFiles operation call.

Sets files for the given file input element.

Link
DOM#setFileInputFiles method documentation.

See Also

DOMOperations.setFileInputFiles

Constructors

<init>

SetFileInputFilesRequest(files: List<String>, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Represents request frame that can be used with DOM#setFileInputFiles operation call.

Properties

backendNodeId

val backendNodeId: BackendNodeId?

Identifier of the backend node.

files

val files: List<String>

Array of file paths to set.

nodeId

val nodeId: NodeId?

Identifier of the node.

objectId

val objectId: RemoteObjectId?

JavaScript object id of the node wrapper.