Hi this is my first day to UI Path. Can anyone tell me how to automate login to web application.I am just able to open the website till now

Hi this is my first day to UI Path. Can anyone tell me how to automate login to web application.I am just able to open the website till now

  • Use Open Browser and provide the url.
  • Use Typeinto Activity, Click indicate and select the ID field in browser. provide Text as your UserID.
  • Use Typeinto for Password as well.
  • Use Click activity and indicate the submit/OK button that you want to click on.

You can give Type into and click activity inside the browser.

If you need to learn more on UiPath, please goto https://uipath.docebosaas.com/learn and register. You will get courses for free.

Do i need to select the “Username” or the blank textbox and what to give in the properties

You need to select Blank text box. The field where you need to type.

Also the password needs to be secured is there any way to do that ?

Type Secure Text activity is available. But you need to connect your bot to Orchestrator.

Thanks Vivek ,this takes my username but does not enter the password and comes out . Any idea what can be the issue ?

Which activity are you using for password? typeinto or type secure string?

Typeinto , like used for username and providing the text

Have you indicated the password field, and provided text?

Hi
Please follow below tutorial on web recordings

@nupa From below post download zip file

Hi just want to login from one user and not reading from excel .I am not surewhy this doesnt work

yes done tht , but it is typing password just after the username and not in the blank text field for password

Attached the file where trying to login

Please send the screenshot of workflow and selectors. Or send the Workflow if possible.

You should use two different typeinto
1 for user name wher you indicated username text box and other other one for password and you have to again indicate password field

Else you can use single typeinto enter username then tab then password.

have done the same

Can you please check the selector if both are same? Is yes then use single typeinto and use tab inbetween username and password.