Hi,
I am working on an automation where in case of a system exception, the process should navigate back to the homepage of an application, not logout and login everytime. It should only login once at the starting of a process. I am using Re-Framework.
Where in the process I place this code and how that if its first transaction only then the application should be logged in, not everytime it faces an exception.
Any inputs are appreciated
Hi @kaurM,
REF > Initialization > If first run
In REF, the config is read once in each run, and if you use login in this reading field, it will only log in once until the run is finished.
In case of system exceptions when you do this the page will not stay on the screen you expect, I advise you to consider this.
You can manage this situation in exception transition.
Regards,
MY
1 Like