Because sometime I don’t know how many tab has already opened on browser. On the production my Robot will auto run with time trigger. That time browser maybe have too many tab has already opened and my tab will auto open on the right side and I don’t want bring it to right side or left side tab I don’t understand why it’s just work when on the left side that my problem. Can u understand on my idea? Sorry I’m very weak on english
You want to keep only one tab in the browser right.
Before launching the web applicationin the browser use the kill process activity. If you are using the chrome browser give chrome.exe in process name or using edge browser then give msedge.exe
Then the kill process will close all the tabs and the browser and it will launch the web application in the new browser. Then the bot will not fail.