Hi everyone,
I have to automate a company-custom-developed application.
Well basically I need to know what does UiPath perform when opening an app because is not “pressing” the .exe of that app.
Thank you in advance,
Hi everyone,
I have to automate a company-custom-developed application.
Well basically I need to know what does UiPath perform when opening an app because is not “pressing” the .exe of that app.
Thank you in advance,
When UiPath interacts with an application, it typically uses a set of activities designed to simulate human-like interactions with the user interface (UI) elements of the application. Instead of directly launching the application executable (.exe
), UiPath interacts with the application’s UI elements to perform tasks. Here’s an overview of what UiPath does when automating the opening of a custom-developed application:
I am not sure this will help you I got this from UiPath Accedamy
It is a nice try, but the problem is just at the opening. I tried using modern and classic open activities (Use app/browser—Open application), and I got the same behavior or error.
When I double-click the.exe manually, the application opens correctly and loads the config files stored in the same folder.
When I use UiPath, those files are not being loaded.
Thank you,
Use Start Process activity and provide full path of that .exe file and then it will open application.
Try this I hope it will open the application
I thought this would work, but for some reason it does not.
I wonder what the difference is between double-clicking in an.exe and starting a process with that activity.
Thank you,
You can use double-click on the .exe but there is a chance to fails in the UI
Lucky me!
The solution was using start process activity but not only set up the path of the .exe but also setup the Working directory property in witch that .exe is located.
Problem solved!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.