I’m having an issue with clicks happening in the wrong order. Last week the process was working fine but now it clicks in the wrong order. It is suppose to perform like this:
Click 1
Click 2
Click 3
It was doing this fine last week. Now it is doing it like this:
Click 2
Click 3
Click 1
The workflow is still in the right order. Its just when it executes it clicks in the wrong order.
I ran in debug mode but it doesn’t help. It now breaks because its clicking in the wrong order. It needs to click to a certain screen and grab text. Now it doesn’t get to the screen.
This is a very strange issue because it was literally working fine on Friday and we’ve been using the automation for a couple of weeks now. Is it possible something has gone wrong with Uipath?
Initially i have to say it is impossible for this to happen if your application did not change… you really should look into the app and the elements you are trying to click…