Dharmika
(Dharmika )
December 6, 2018, 11:00am
1
Hi All,
I am trying to automate a desktop application. We used to open that application with Admin Access i.e.,right click on that application, select run as administrator and enter credentials. for that credentials one pop up will open. I am not able to indicate that pop up in select Item Activity.
Can anyone help me in this Issue?
Regards,
Dharmika.
Dharmika
(Dharmika )
December 6, 2018, 11:18am
3
Hi,
I used that as well. but it is not working.
Dharmika
skini76
December 6, 2018, 11:22am
4
Any error, screen shot please
Dharmika
(Dharmika )
December 6, 2018, 11:27am
5
It is not showing any error. Not allowing to enter Credentials. i have to enter credentials manullay?
Hi Dharmika,
Write a batch file with Admin write, after that you can run that batch file with with Start process Activity
you can Achieve this easily
Regards
Aditya
Dharmika
(Dharmika )
December 6, 2018, 11:34am
7
Hi Aditya,
Acutally I don’t know much about this. Anyway, I will try it once. thanks for responding.
Regards
Dharmika.
skini76
December 6, 2018, 11:36am
8
Yes, you can automate this, windows suspends all processes when the credential screen is open. You have to find out alternative.
you can Google it, how to write batch file, you will get a lots of Solutions
http://gobruen.com/progs/dos_batch/dos_batch.html
let me know if facing any issue
1 Like
Dharmika
(Dharmika )
December 6, 2018, 11:53am
11
Thank you Aditya. Now i got an idea about batch files. Now i need to write a batch file with commands to open an application right?
yeah, you can Give Admin privileges too
and trigger the Batch file by Start process
you need to Give path of command prompt and batch file, it will work perfactly
Dharmika
(Dharmika )
December 7, 2018, 6:31am
15
Thank you so much Aditya. It is working