Does anyone know how I would close all instances of IE if an error is thrown? I currently have a process where if any exception is thrown it is caught in a try catch and logged and the process then goes to get the next item from a queue.
I would like to made sure all instances of IE are closed before it goes to get the next item as have multiple screens open can mess with the bot while running. I tried ‘Close Application’ activity but i seen to need to indicate a particular screen with this. The problem I can have any number of screens open and the bot maybe working on any screen when an exception is thrown