Click actions performing in wrong order

Hello,

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:

  1. Click 1
  2. Click 2
  3. Click 3

It was doing this fine last week. Now it is doing it like this:

  1. Click 2
  2. Click 3
  3. Click 1

The workflow is still in the right order. Its just when it executes it clicks in the wrong order.

@Asanka

It’s weird and it should work in sequential order only. Could you please run the process in Debug mode and check it once where it went wrong.

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?

Fine
Did we try manually to get into that application or screen where we want to click
is it behaving the same when done manually
Cheers @Asanka

If I go into the program and perform the actions manually it works fine.

This is a serious problem because we can’t use the automation anymore

Hi @Asanka,

Would it be possible for you to add an activity that would make the Robot on a pre-defined location in your UI, before it begins the click sequence?

This way, you may achieve two things:

  1. Remove active focus from all the three buttons so that none of them are capable of being clicked
  2. Make sure that the Robot is starting from a predefined set point every time

Would it be possible for you to add an activity that would make the Robot on a pre-defined location in your UI, before it begins the click sequence?

What do you mean by this?

And any idea why it would be working perfectly fine all this time and then suddenly stop performing in sequential order?

Check the selectors, it might changes

Thanks

selectors are fine. It clicks everything correctly. It just now clicks in the wrong order…

Is SimulateClick feature enabled?

Experimented with simulatedclick, send windows click etc. Did not work…

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…