I want to build dynamic bot

Hello All,
I want to build a bot who can loging a website without human intervation using username and password and
also bot should reset the password before login for security reason.
Thank

Hi @Ankit_Singh

You can do it with the UI activities.

Check the below steps for better understanding,
→ Use the Use application/browser activity and indicate the login page.
→ Inside Use application/browser activity insert the type into activity and indicate the Login username field.
→ Take click activity and indicate on Forgot password UI element to reset the password.
→ Use the Type into activity to indicate on existing password field.
→ Use another Type into activity and indicate on the new password field.
→ use one more type into activity if there is confirm password field exist.
→ then use the click activity and indicate on the login button to login to the account.

Hope it helps!!

I want that reset password should be done by bot everyday not user

Have the Automation click the reset button or link
Enter the email to be reset into the textbox
Intergrate with email to listen to the OTP or the reset link
click the reset link,
Enter the new password
After few seconds now re direct to the site again with the new password and log in.
Hope this logic will help

Happy Automation.

@lashie New password should be generate by bot not any user then how to do this

Hi @Ankit_Singh

In order to set a new password by robot everyday you can write a logic to generate new Random().Next(1,1000) + some string value .

2 Likes

Hi @Ankit_Singh

If this helped you , please mark it as solution .

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.