Click Button Issue

I am trying to use Click activity in a web application, there is a continue button, but the issue is it is getting highlighted corrected but click is not happening most of the times. I tried Click Image also, same issue there also.
Sometimes it clicks and sometimes not… Any idea why it is happening?

hi @Rinku_Mohanan

Try setting anchor for making sure the click is working and
on click properties put in double click!!!

Hope this helps

Good day!!! Happy Automation!!!

Thanks,
Shubham

1 Like

Hi,

To isolate cause of problem, can you try put Delay activity (2 or 3 sec) before Click activity?
If it solves by the above, you need to click after it’s checked the button is enabled or use retry scope which enables to retry even if it fails.

Regards,

Hi @Rinku_Mohanan :wave:

@Shubham_Varshney is right! You could use an anchor base to perform the click or you could try tweaking the selectors.

1 Like

hi @Rinku_Mohanan

Can you change the properties of click activity,
Wait for Ready to “Complete”
you can try simulate click and give some delay for click and mouse click on BTN_middle.

Thanks
Latika

1 Like

Thanks everyone for all the suggestions !! I tried Anchor base and it worked for me. Thank you Shubham.

4 Likes

Hi @Rinku_Mohanan

Can you please mark my reply as solution!!!

Done!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.