Select File Dialog
Description
This action component opens a file dialog, allows you to select a file and returns selected file path.
Input Properties
- Filter (String) – Used to specify the type of file you want to select.
Output Properties
- Result (String) – The full path of the selected file stored in a string variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.