REFramework state change

Hi,

In my REFramework - initalize applications, I am logging in and navigating to a page of the application. After that GetTransaction should kick out. Due to the delays in the application, it is taking so much time for the application to navigate that, REFramework is moving ot GetTransaction state. What can I do here?

Thank you,

Hi @A_Learner

Use check app state activity and please indicate an element in that page which you wanted to get opened. After indicating the element please check in the properties panel there will be an option named Wait for Page Load and please select the option as interactive and it helps the bot to wait until the page gets load .

Please check the below image for better understanding.

Regards

Thank you, @vrdabberu
I am using classic activities and using Image Exists activity. Do I have to change this? I need to stick to classic though.

Hi @A_Learner

Please use the below activity if you are using the classic activities.

Regards

1 Like

Thank you, I have that wait for complete. But due to the delay, bot just moving on to GetTransaction eventhouth init is not complete.

WaitForReady is not likely enough on its own. You need to increase the timeout as well. Set it to maximum amount you think that the navigation could take. If it hasn’t loaded in that time, it would mean there’s some issue with the app, so you can throw an ApplicationException to retrigger Init state.

Thank you @vrdabberu and @efelantti

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.