Click is not happening on a webpage and also no exception is thrown, bot is stuck there

@loginerror

After login to a web page bot should click on a tab. But neither its clicking on the tab nor throwing exception and bot is just stuck there itself. So the exception email is also not thrown.

It will create a big issue in production. Why is it happening and how to address this issue ??

@kkp - can you share the properties you have selected for click actvity

propclick

Also I have tried Click activity with various property change like Wait For Ready and Simulate.

Hi,

Please check the selector values. If it is changing every time you have to make the selector as dynamically.

For Ex: if selector is having like parentid=‘id_8’ and next time like parentid=‘id_9’ then make it as dynamic like parentid=‘*’

Wish it should help