Skip to main content

GUI: Launch Application

Description

GUI: Launch Application step starts new application at runtime.

Configurations

No.Field NameDescription
1Step NameName of the step. The name must be unique in a single workflow.
2Path of ApplicationSpecify the full path (including full path and filename with extension) of an application to launch.
3Button: BrowseClick to browse the Application path.
4Application Startup Time (In Seconds)Specify a waiting period in minutes for application startup as specified in the Windows Path/Title above.
Note:
- You may manually check time taken by the application to load and come up with a better approximation of Application startup time.
- If the user specifies the value as blank or 0, then the default value is 15
5Fail If Error OccursSelect the checkbox to allow you to specify the property for application validation.
Properties for validation:Note: The following fields are available only if you select the Fail If Error Occurs checkbox.

Provide the following field values that you want to validate:

6Windows Path/TitleWindows Path and Title are explained as follows:

Windows Path is the relative path of the desktop application on which element exists. Enter Windows path manually in Step Configuration.

Windows path may be provided as a String or regex. Sample of Windows Path as string: w[Desktop]/w[Application Name]

OR

Sample of Windows Path as regex: w[Desktop]/w[/Application N/], w[Desktop]/w[/Application .*/], If you are putting partial application name then put ii as a regex between / and /. Also, if the Application name changes dynamically, it is a good idea to provide it as a regex.

Window Title is the title of the Windows Application. (i.e. Application Name).

Note: When specifying ‘Window Path/Title’ make sure that no other application, window or folder with the same title is open, else it may lead to confusion at runtime.

If you get an error like “Window is not available or not loaded in specified time”, make sure that the Windows Path/Title, Path and application startup time are correctly specified.
7close application on failureSelect the checkbox to close the application if the property validation is unsuccessful.