Input Dialog Box
Description
This action component displays a dialog box that prompts the user to get input.
Input Properties
- Title (String) – The title of the dialog.
- Question (String) – The text to display as the label of the form.
- IsPassword (Checkbox) – Specifies if the input value as a password.
Output Properties
- Result (String) – The value provided by the user in the input dialog stored in a 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.