@Foertsch wrote:
Hello!
In my process at now i use Retry Scope activity to retry sequence until error was occured.
In short: I extract text from the site, as long as it’s possible (until error was occured, i made it with use dynamic selectors).
But i have a problem. First, it is standart veriables of Retry Scope, like NumberOfRetries = 3 (i guess i can change it, but I don’t know how much text on the site will need to be extracted (each site = different values = different number of retry attempts). Second problem is a condition of Retry Scope, I have to look for a nonexistent element to iterate until an error in the sequence is reached. So, ok. It’s works.
But maybe someone solved a similar problem in another way?
Of course, I could expose a huge number of attempts, in the condition to do a search on a non-existent element and the problem is solved = full iteration of Get Text until the error is occured.
But maybe there is another way to loop the Sequence until the error is occured?
Thanks.
Posts: 7
Participants: 3