Hi, how to retry the same page again, if not loaded fully at one time,
can we use the Retry Scope Activity here. SO in the condition field do we need to use the same page element in Element Exist Activity. ???
Will it work? @Palaniyappan@lakshman
Check for particular element was loaded or not using Element Exists activity. If it’s not there then it will give you output as False right. There you use Refresh Browser activity.
so this browser variable I have create where I have used Open Browser Activity, Or in variable panel I can create and pass in the Refresh Browser activity is it ?
Se in the Try Block I am checking the First login page, and it’s working fine here even if fails. Same I am trying in the Catch Block also.
So in the Final Block I am doing the further steps, here I didn’t use the Open Browser. So this steps performing on the browser after login, so not using any open browser or Attached browser activity here.
use Open Browser and pass URL to open web page and inside this activity use Type Into activity and all to provide credentials.
After that use Attach Browser activity and indicate that page after login one. And also create one browser variable for Attach Browser activity. Inside this attach browser activity use Element Exists activity and indicate that element to check whether page loaded successfully ot not. If it is loaded then it will go to Then part and you perform your actions else it will go to Else part right and here use Refresh Browser activity and pass that browser variable to it.