class Playwright::FileChooser

def set_files(files, noWaitAfter: nil, timeout: nil)

they are resolved relative to the current working directory. For empty array, clears the selected files.
Sets the value of the file input this chooser is associated with. If some of the `filePaths` are relative paths, then
def set_files(files, noWaitAfter: nil, timeout: nil)
  wrap_impl(@impl.set_files(unwrap_impl(files), noWaitAfter: unwrap_impl(noWaitAfter), timeout: unwrap_impl(timeout)))
end