Hello
I want to kill multiple dialogue windows of one messanger program.
-
Find children activity does not work, since it works in single application window. (Messanger dialogue windows are not singularly.)
-
My plan is like this
- get multiple windows and assign it to innumerable uielement.
-Use ‘for each’ ,‘click’ activity to each window’s ‘X’ button
So, please let me know how to get multiple windows to use ‘for each’
Parvathy
(PS Parvathy)
2
Hi @hoseongwon
Check out this thread. This should help you solve your problem.
Regards
lrtetala
(Lakshman Reddy)
3
Hi @hoseongwon
You can use Kill Process activity to close the applications.

Cheers!!
Hi.
I want to do it with * character. the dialogue window’s name is various. so, I can not set it to one specific window.
Hi.
I don’t want to kill the whole process. I want to kill dialogue windows that the process made.
lrtetala
(Lakshman Reddy)
6
@hoseongwon
Check on this thread it might be help you
If you want to kill the whole process then kill process activity will helps to Close the application.
Regards,
I solved it with these activities
Check app state / with * character
Find “×” shape image with
Find image activity
Click that.
With “while” activity, it repeats.
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.