Am facing the issues while running the Web application’s performer bot.
Error: Getting unknow web application exception like “error loading the screen”, Problem is that I can’t predict at what stage we are facing the issues.
Error Image atteched below.
How to handle this kind of web page exceptions?
Solution : if I refresh the screen, it will back to normal. but how to use the logic ?
@manipreethi410
If you know specific place /nodule in which it is coming put that activity in Try block and in catch block you can print or email to user.
You can use Element Exists activity to check whether there is “can’t reach this page” exists in the browser and when it exists then you can click on refresh or you can also send hot key to refresh the web page, hopefully it’ll solve your issue
You can use Parallel activity and place element exists and refresh activity in one place and all the other code in another place, so actual code will remain running until element exists activity starts and refresh the pages, I guess it’ll resolve the issue