During the start of any automation process i want to close all the application.
How can we do it intellibot tool? Please look into this.
During the start of any automation process i want to close all the application.
How can we do it intellibot tool? Please look into this.
You need to write an activity which should close all the applications that are opened,
Click On Utilities, Select SystemProcess there is a component called TerminateByName, use this to terminate the respective process (ex: chrome).
Please ensure to sign out of the applications if any as there are few applications without proper signing off and closing the application, there are chances of user ID getting locked.
Regards
Hi Swathi
Thank you for resolution.But i wanted to close all application by using single component not by using multiple components for multiple application.
Looking for prompt reply.
Hi Vikash,
Currently Intellibot does not have a method to close all open applications on the desktop.
Having said that, since all the applications have been launched by the automation, you can do simple automation, Start App Window Handle to a list, which can store the values into list.
For your reference please look at below attached image, to add all window handle ID into list.
Once the automation is done, we can terminate all open applications by using window handle ID.
For your reference please look at below attached image
Fell free to revert for any further clarifications.
Regards,