Hi,
you first need to check whether the IE is connected to blue prism or not, to do this you can use isconnected property in read stage and pass the top most element in the application modeler, if the output is true , then there is an IE instance which is already opened, and to kill that instance use Kill process action and send ""iexplore"" as input ,which will kill all the instances of the Internet Explorer
Thanks