can anyone help on this i have scenario like i need to login into one application if login failed i need to do like (Close Browser, Try Relaunch , 1 more Login Attempt , Throw Exception , Send notification with Exception Message , End process) in re-framework.
Please suggest me some solutions.
Thanks in advance.
Can you let me know why you need framework here as you are using a single application? You just need to use retry scope or try catch activity.
Retry scope will try to attempt the login and Try Catch activity will let you catch the exception and send a mail with the required info whether it is a exception success.