Hi to all,
I have a trivial problem, with a CLICK activity, which random, fails.
But I didn’t understand why.
I’m on a WEB interface.
At a certain point in the flow, I have to click on the MNP Rejected writing.
(or anywhere on that line as it works as a link to another page)
In any case, I try to click on the specific writing,
adjusting the selector.
This activity works sometimes 100… 200 times… but random fail click.
I don’t understand why.
After the click I entered an activities On Element Appear, therefore,
not finding the element, the bot is knocked out.
How can I try the click again if it fails on the first attempt?
or, is there a better way to handle this?
If you have a change to use modern activities…in the modern click activity you have a check also that you can do after the click which might help you…
And as said above you can use a retry scope as well…
Basically place the click activity inside retry scope and use element exists in the condition field…with next page element
Another way is …if that element properties has the url of the next page embedded …then use get attribute and get the url and use navigate url to go to that url directly