How to Automate a Website Login with UiPath Studio

Поделиться
HTML-код
  • Опубликовано: 30 янв 2021
  • Need to automatically log into a website with UiPath Studio? Does your RPA robot need to provide a username and password, possibly pulled from Windows Credentials Manager? In this UiPath Studio Web Login example I demonstrate which activities to use to login to a website automatically and navigate to the next page of the browser.

Комментарии • 6

  • @zubarmalik4672
    @zubarmalik4672 Год назад

    Thanks for sharing. Can you also put this into the Shell startup so it Will login at Windows startup automatically?

  • @mallikram9911
    @mallikram9911 2 года назад

    Hi, How to handle password updates every 3 months? We usually login to internal tool using our organization credentials.

  • @mallikram9911
    @mallikram9911 2 года назад +1

    Any changes made to the password in our organization will that automatically get updated in Windows Credential or do we need to update the password in the windows credential manually? Please help me understand

    • @cameronmcnz
      @cameronmcnz  2 года назад

      Yeah, I think you understand. It will fail when the password changes. The user at the computer will have to update their credentials. Then it will start working again. RPA solutions are FRAGILE and break easily.

  • @priyankarajput1024
    @priyankarajput1024 3 года назад +1

    If I develop this on my system and run on another system using orchestrator will it work successfully?

    • @cameronmcnz
      @cameronmcnz  3 года назад

      Yes, it should. Although sometimes differences in computer configurations can require some settings to change. But this robot should work anywhere.