Hi,
The scenario is i login into a webpage using username and password and click submit and in that fill no of forms one by one. Some time the process has issue and stops work so I have used inside the retry scope activity. The problem is when problem occurs a new web page opens by this any error the no of browser opened becomes many so instead of opening multiple browser. Any error close that browser and open new browser? By this only 1 browser is Running
How can this be implemented?
Either close the browser at the end of every transaction no matter it’s a success or failure (Use soft close by Close Activities if that fails you can kill the process.
Kill the browser app before you start the new transaction using Kill Process activity
@Nithinkrishna this is ok but everytime I need close browser open browser and login again it takes longer. Only on error or when page is unresponsive i need close the browser and open new browser