I have a desktop app which build with Delphi langauge but robot couldn’t open it at all !!
this is th error message : Use Application: No open windows found for ‘hb_system.exe’. Please check if the application is running. I tried to use all the properties but didn’t work ! why robot couldn’t run this app !! note that I run it from studio !!
what is the reason and what is the possible solutions for my issue!!
Hello @Rawan.md
If Use Application is not working try with StartProcess activity and open the application. Then you can use the normal Ui based automation. but a few things you need to keep in mind. For that check the below doc.
but with other activities you are not even able to open…generally for starting process we use this and then use application browser. And if you are seeing the mail window directly then see if it already logged in then you should be good
You can try one more thing in use browser properties fice the exe files and try if you are able open from there and if that helps