I would highly appreciate your advice regarding my UIpath code problem.
I have a problem with the retry scope activity. I want the page to scroll down until it founds an element (empty checkmark), but when I run the code it stops after pressing only one “end” hotkey (it doesn’t retry - checkmark was not found). In NumberOfRetries field is number 3 and in RetryInterval: 1 sec
Just to mention, I have this empty check (condition element) under the “load more” field (same page) that if you scroll down to end page it automatically expands.
The seems like the empty checkmark that is indicated by the Element Exist activity is Present and the "Element Exist activity " will be True all the time as a result the “Hot key” is pressed only once.
Try indicating the element that is not present (which is False) and by scrolling down the element is present (which is True).
Or else you can use a Do While loop if you know how many times to send “End” hot key.
The problem is that checkbox is not showing on the first page layot. It has to scroll down and expand page with more results - search for empty checkbox. I don’t know exact number how many times it needs to scroll down, it depends where is empty box.
It is entering Then box. But I don’t know why its not stopping, because there were a lot of empty check boxes, but it didn’t stop the loop. I thought that maybe I wrote something wrong with ImageFound.