It will skip this "Click" activity and move on to the next web when the project is running

Hi all,

It make me confused that I found that it will skip this “Click” activity and move on to the next web when the project is running. even no error reports. But I need it to click save to complete project.
This has not been an issue before, by the way. Is there any one know what something is wrong? Thanks.

1 Like

Hi

Ideally it should be working fine or throws error if it couldn’t identify the element

  1. Check whether you have enabled Continue on error option and if yes it might skip the exception if any occurs

  2. Enable WaitForReady as Complete in property panel

  3. Visibility check as fully visible

  4. Try upgrading the UI Automation package

Try this out and let us know for further clarification

Cheers @Evelyn_Lu

@Evelyn_Lu

  1. A suggestion here…looks like you gave an anchor for save …you need not give the anchor at all…please use a strict selector and remove the anchor…check the options from click properties
  2. Try with changing the input mode and check…for few buttons hardware vents might be required…simulate might not work…you can try with other options as well…like send window messages or chromuium api
  3. Inline with point 1…if there are multiple save buttons on screens and if the fuzzy selector is selected then it would goto click on the first identified one…so check on the selector used as well

Cheers

Hi @Anil_G and @Palaniyappan,

It still doesn’t work :smiling_face_with_tear:,

Why do various bugs arise after the project has been running for a while? For instance, I had encountered this issue in the past. It was resolved when the project was recreated, but now the problem has appeared again. I am unsure of what went wrong, but is Click being skipped automatically?

By the way, I also use “Check app state” to check this button is existed. Thanks.


Try upgrading the UI Automation package and give a try
Or
Just recreate the same activity by deleting the existing one
@Evelyn_Lu