Hello
I m working on remote desktop automation application
1.i have to click on popup which come after 1hr/1:30 whenever time is not fix how to handle that pop bcz time was not fix
How to close application desktop application bcz i tried with closed application it’s not working
Parvathy
(PS Parvathy)
July 16, 2023, 12:53pm
2
Hi @suraj_gaikwad
Try using Close Window activity in Classic Experience or Kill Process Activity in Modern Experience.
Hope it helps!!
Regards
1 Like
mkankatala
(Mahesh Kankatala)
July 16, 2023, 1:10pm
3
Hi @suraj_gaikwad
Use the CV Element exist activity and indicate the popup if the popup is appear on screen it will give the output as bool value as true.
Use the kill process activity in modern ,or use the close application to close the application or use the close browser activity to close the browser.
Hope it helps!!
1 Like
lrtetala
(Lakshman Reddy)
July 16, 2023, 1:12pm
4
Hi @suraj_gaikwad
To close the desktop application, you can use the following steps:
Identify the application window:
Use activities like “Attach Window” or “Get Active Window” to target the specific application window you want to close.
Close the application:
Use activities like “Close Window” or “Send Hotkey” to simulate the action of closing the application.
If these activities don’t work, you can try sending the Alt+F4 hotkey combination to close the active window.
I hope it helps!!
Anil_G
(Anil Gorthi)
July 16, 2023, 5:01pm
5
@suraj_gaikwad
I believe you are talking about citrix automation or rdp automation…
Your best bet would be to use a global exception handler…so that when ever this pop up comes the global exception handler will kick in and the steps to handle the click can be given there and then have retry so that it starts from the same activity again
Hope this helps
Cheers
1 Like
@Anil_G
Pop up will come any time 1hr so how to handle that pop.
Anil_G
(Anil Gorthi)
July 17, 2023, 6:47am
7
@suraj_gaikwad
Would the bot be executing and in between anytime pop up might come?
If so as specified earlier use please use global exception handler and give steps to handle pop up in there
Cheers
1 Like
system
(system)
Closed
July 20, 2023, 6:48am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.