Hi all,
I am currently having an issue with random errors.
I build rpa that exports data from a couple of different websites, move them to certain folders, and rename them.
This is pretty much simple, and I only used basic activites- click, rename file, type into etc.
Whenever I run the RPA, there are random errors occurring.
For example. when I ran it for 1st trial, rename activity did not work. However, for the 2nd trial, click acvitity did not work, but the rename acvitiy actually worked without modifying anything.
Do you know how to solve those natural random errors.
Thank you for your help.
This is the case of selector issue,
You should be taking care of the strings which might be changing in the title of window or on any subpart of the page,
a good selector for type into activity or click or any performing activity should have a unique identifier with some * or variables if there are some unique texts coming everytime for a different transactions.
So try to fine tune your selectors, that’ll solve your issue