Message Box
Description
This action component displays a message box with the specified text and button options.
Input Properties
- Captions (String) – The title of the message box dialog.
- Buttons(Dropdown) – Specifies which buttons to be displayed in the message box.
- Text (String) – The text to be displayed in the message box.
- TopMost (Checkbox) – Bring the message box to the foreground.
Output Properties
- Result (String[]) – The output of the text that you get from this action component 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.