SetFileInputFilesRequest

@Serializable
data class SetFileInputFilesRequest(val files: List<String>, val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null)

Request object containing input parameters for the DOMDomain.setFileInputFiles command.

Constructors

Link copied to clipboard
constructor(files: List<String>, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Types

Link copied to clipboard
class Builder(val files: List<String>)

A builder for SetFileInputFilesRequest, which allows setting the optional parameters of the DOMDomain.setFileInputFiles command via a lambda.

Properties

Link copied to clipboard

Identifier of the backend node.

Link copied to clipboard

Array of file paths to set.

Link copied to clipboard

Identifier of the node.

Link copied to clipboard

JavaScript object id of the node wrapper.