Hello everyone. Is there any other way to close an application aside from using Close Application Activity? Any help would do. Thank you so much!!
Greetings @evan.joy.celino ,
You can use:
- Click activity to click the close button at the top to close the application.
- Kill process to close the application.
Best,
Robin
hi!
I am planning to close the application while another application is running so the best option would be number 2 right?
@evan.joy.celino , for your scenario, yes. That might be helpful.
thank you guys!! @AKM_Robinuzzaman @Pankaj.Patil
@evan.joy.celino if that resolved your issue you can mark the post as resolved. ![]()
Hi, you can use get process name activity to find out the name and pass that to kill process activity.
- Control Panel - we think you have to do ui automation to close like Alt+F4, I am unable to close from kill activity even providing system properties.
- System - same as above step.
- Windows Explorer - take kill activity, supply explorer to processName property.
Cheers,
Pankaj
Hi! As in “explorer” only in the ProcessName of the Kill Activity?
I will try this one too. Thanks again!!
