Unable to click on application

Hi Team,
I am facing issue with click button.
It’s working fine when I do manual clicked and working in test sequences but end to end run click is happening but we will get the antha issue popup came .

The issue popup didn’t came when I do manually clicked and running in test sequences for particular click.

Please help me give the suggestions

@Baby123 can you capture their selector through timer

Some things to Try :

  1. Put a Delay before clicking the Item.

  2. The Pop Up which appear - Grab its Selector

  3. Use a Parallel Activity - Put the Handling of this Popup in one Side and actual logic on the other.

  4. make Sure that you follow proper exception handling and handle the scenarios when the Popup Does not Appear (Continue on Error Property can be leveraged).


Mukesh

1 Like