Hi,
I have a bot that emulates a process in Chrome. Sometimes the bot fails because of the presence of Chrome windows from previously failed executions where the same was not closed.
Killing the process result in the appearance of a pop-up window in Chrome saying something like ‘Do you want to restore the previous sessions?’ which is difficult to handle.
How this can be sorted where the bot would check if there is a Chrome browser window already opened and then gracefully close it before starting the actual execution?