Hi,
Write a custom checkpoint to check if the application is opened or not.
Sample:
Write a custom checkpoint to check if the application is opened or not.
Sample:
Code:
If Browser(..).Exist([TimeoutValue]) Then
msgbox "Application Opened successfully"
continue with your code...
Else
msgbox "Failed to open the application"
End If