Is there any way in UiPath to recognize if the screen is stuck?

Hi,

I am working on UI automation, where sometimes screen got stuck and we are not able to press any button.

Is there any way in UiPath to recognize if the screen is stuck?
If no, is there any alternative by which I can identify the same.

@Riya_Bansal

So does that mean you are unable to detect the elements? as well? or the bot is failing with exception that selector is not found?

If yes…Can you try using global exception handler and whenever you get a error you can refresh the browser and resume the bot

cheers

1 Like

@Anil_G

No the bot is also not failing, neither giving any exception as I have checked continue on error.

Is there anything like I can wait for sometime if any type of activity is not happening then it can give me timeout.

Please suggest.

@Riya_Bansal

Then use global exception handler and remove continue on error if not needed…so that if the website is not working it would fail and global exception handler will come into ply

Cheers

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