I want to open a desktop application and should login to that how can i do that, Can anyone help me.
Hi @sandhyarani
Use application or browser activity
Indicate the application in it
Check the UiPath docs helps you to how to use the activities in it
https://docs.uipath.com/activities/other/latest/ui-automation/n-application-card
Hope it helps!!
1 Like
Hi @sandhyarani
Use Use Application/Browser activity and indicate the screen.
Use Get Credentials activity to get your login credentials from orchestrator or use two two assign activity to give username and password.
UserName = "give your mail"
Password = (New System.Net.NetworkCredential("","give the password here")).SecurePassword(Datatype: System.Security.SecureString)
after give click activity to login button.
Regards,
you can use start process activity
Use use application Browser or use “Start Process” activity.
- Drag and drop the “Start Process” activity into your UiPath sequence.
- In the Properties pane of the activity, set the “FileName” to the path of the application executable (e.g., “C:\Program Files\Application\app.exe”).
Hello,
Use “Use Application/Browser” activity
Indicate application which you want as below
Hope it helps.
Hey,
Try this
Hope it helps.
Regards