Web automation(web page becomes inactive)

I am working on a web automation in which I am doing some automation and then I move into another process but when I return to same web page again it becomes inactive like irctc website. Can someone help ?

Hi @hgupta99,
Is inactive same as unresponsive?
If yes, you may want to add a try catch activity for that or throw an exception to restart the browser.
Thanks.
Despi