Set File Manager

Last modified: June 18, 2025

Description

Sets a file manager to the given file path to upload a file.

Supported Widgets

  • FileManager

Usage

You have to pass the widget name and the file path to the action. Optionally you can provide a WebElement as search context, to narrow down the search for the widget, if there are two or more widgets with the same name.

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringyesThe name of the DataGrid, TemplateGrid or Listview
File PathStringyesThe path to the file you want to upload
Search ContextWebElementnoLimit the search to the given WebElement