I am looking for some guidance regarding dynamic delay between pages in internet explore. We have a system that is build on thousands of single pages - and pages can load in various timespans.
I have so far used “FIND IMAGE” a lot - but when running unattended i run into timeouts on my find images.
You can try something like this, if you like to increase the timeout you can do it in the element exist activity else you will have some delay activity with some hard delay as well.
@JDK
using delays are good e.g. for analysing the application behaviours, but should be used very carefully
reacting on a particular element is the key of the most approaches
wrapping this in (indefinite loops) is a common technique
Bringing this together with a controlled termination, have a look on retry scope: