Hi,
Could someone help me make a try catch block. I simply need it to be:
When a website fails to load (no internet, or if the website is offline, etc.) I want to try and reconnect to that website like 2-3 times.
Cheers,
Hi,
Could someone help me make a try catch block. I simply need it to be:
When a website fails to load (no internet, or if the website is offline, etc.) I want to try and reconnect to that website like 2-3 times.
Cheers,
Try like this once it open the website try to use element exist and check for one element means if that element found means it will return true so website is loaded if not laded it will return false .
Use Retry Scope activity which will ask you how many times you want to retry. @ukjtenhoven …
And you can also provide the time interval between every retry …
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.