Zehra
(Zehra)
May 29, 2019, 12:16pm
1
hi there,
I wonder, what is the purpose of this step:
-Open the KillAllProcesses.xaml file in the Framework folder.
Add a Kill Process activity and rename it “Kill process IE”.
-Set the ProcessName property to “iexplore”.
actually, problem is -“iexplore” -what is the aim of this, this is about internet explorer or something else??
Hi @Zehra
This is to kill the internet explore browser.
Why we need to do it because in some cases though the browser in not present on screen in the RAM the application will be running. so to close those instances we will be using Kill process code.
Regards,
Vijay.
1 Like
Zehra
(Zehra)
May 29, 2019, 12:21pm
3
Zehra:
d a Kill Proc
so if we want to kill excel app what should we write instead of iexplore
Hi @Zehra - You are exactly right. “iexplore” is the process name of “Internet Explorer” which closes or kills the Internet Explorer window which are open, if any.
Thanks,
AK
2 Likes
Zehra
(Zehra)
May 29, 2019, 12:22pm
5
or other app
how should we know the name
lakshman
(Ganta lakshman)
May 29, 2019, 12:23pm
6
Zehra:
-Open the KillAllProcesses.xaml file in the Framework folder.
Add a Kill Process activity and rename it “Kill process IE”.
-Set the ProcessName property to “iexplore”.
actually, problem is -“iexplore” -what is the aim of this, this is about internet explorer or something else??
@Zehra
Yes this is to kill IE browser and if any exception occurs in the process then it will kill IE browser.
2 Likes
@Zehra - There is something called GetProcess Activity, you can loop through the output of GetProcess activity to print the Process Name which you wanted to identify.
Thanks,
AK
1 Like
@Zehra - to kill excel application you can use EXCEL .
For any other application you have to get the process name and Use that name to kill that specific application.
Regards,
Vijay.
1 Like
Zehra
(Zehra)
May 29, 2019, 12:26pm
9
thank you so much Vijay_Kumar_C
Zehra
(Zehra)
May 29, 2019, 12:27pm
10
thank you so much @lakshman lakshman
1 Like
system
(system)
Closed
June 1, 2019, 12:27pm
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.