Hello Everyone.
I have a browser automation flow.
I have set it up so that if an action in the flow fails then the flow restarts.
However, that means that any existing browser windows will remain open, and I want to either close them if an error occurs so that when the flow errors all browser windows or closed and a new one is opened up when the flow restarts or, if that is not possible, to somehow check to see if there are any running browser instances when the flow starts up and, if so, close them.
I hope this makes sense. Any help is much appreciated.
Regards.
When I try this approach my flow errors and says 'BrowserInstance' must be 'Web browser instance'.