E.E
(Elhoucine Elgane)
April 7, 2021, 3:13pm
1
Hi,
I am trying to open an application from my desktop using “open application” and “indicate window on screen”. after I indicate the application icon it is not visebaile in Uipath. but it opens explorer and after runing i get the following error message:
“Open Application ‘explorer.exe Program’: Cannot find the UI element corresponding to this selector: ”
Adit2917
(Adit Sunil Kansara)
April 7, 2021, 3:18pm
2
@E.E you have to indicate the application window screen not the icon. Also, if it doesn’t work for you, you can try Start Process activity as well.
wasea
(Vasile)
April 7, 2021, 3:54pm
3
Hello @E.E ,
Another workaround is to use Send hot key activity.
Configure your shortcut on your desktop to open using keys, and then use Send hotkey on Uipath:
I hope it helps.
Vasile.
@E.E Welcome to Community
Why you are opening the browser?
You can try open browser activity and pass the URL.
E.E
(Elhoucine Elgane)
April 7, 2021, 5:03pm
5
Hi Adit,
Thank you for the response. this time i did the indication inside the application. After running in Uipath i got the following error:
Open Application ‘javaw.exe Marathon’: Cannot find the UI element corresponding to this selector:
any idea how i can solve this?
E.E
(Elhoucine Elgane)
April 7, 2021, 5:05pm
6
Hi Wasea,
Thank you for the response, unfortunately hotkeys need Admin password since it is a company laptop.
Adit2917
(Adit Sunil Kansara)
April 8, 2021, 2:29am
7
Umm, not sure about this one. Can you maybe try passing the file path in Start Process activity and see how it goes?
prasath_S
(prasath S)
April 8, 2021, 4:09am
8
Hi @E.E
Maybe use send hotkey win+r and type the application installed exe path in the command prompt it will open
E.E
(Elhoucine Elgane)
April 8, 2021, 7:35pm
9
Thank you, start process worked!
1 Like
you can try to use my activity - its looking for exe path in windows registry just provide name like SAPLogon
system
(system)
Closed
April 11, 2021, 10:07pm
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.