Hello guys, I need to catch if a web page does not respond and try to open it again (3 times max) in case it does not do so. I know that I can use the Retry scope activity but the problem is that it opens the web page 3 times and I need a way to close it when the web page does not respond (open, does not respond, close it, retry, open, does not respond, close it, retry, open, does not respond, close it). I have tried in two ways which are:
Here the problem is that the web page never closes
The problem here is that the web page closes at the first try when it does not respond
interesting approach, the problem with this is however that it does not “reload” the web page i.e closes it and tries to open it again (what i am trying to do is to simulate what happens when i am not able to get into the web page for whatever reason like the web page going down or anything else and try to reload it maximum 3 times)