sendFile

abstract suspend fun sendFile(paths: List<Path>)

Sends a list of file paths to the element, simulating a file input.

This method sets the files for the element's file input using the provided paths.

Parameters

paths

A list of file paths to send to the element.