You can store the Credentials as an Asset and retrieve them while logging into the website for scraping data.
Also, you can record the error message during login with the wrong credentials as a Business Exception or you can use an Element Exists to check if the error message has appeared , and if so then trigger a mail to whoever has access to the Orchestrator Assets so that he/she can make the necessary changes.
My challenge, In a Unattended Web Scarping automation how to handle login password expiry? i.e. let’s say after 30 days or so the password of web application login will expiry and a new password to be changed. so the bot should take care of this password change in the Web application.
It’s like we are login daily into a web email and suddenly it pops up a password expiry and ask to change. - This part to be automated using Unattended Bot.
The bot can keep track of the expiry days, I’m trying to implement that to make my Headless Unattended Bot to be more independent of human interventions.
The bot will know the expiry date and it should handle the password change by it self. To implement this I need a solution to identify the Password change popup window and the fields to be filled with new PWD at runtime.
You can have & capture business exp then trigger and PWD generator by code - here you can make use of an PWD Gen Apps as per the organization if any otherwise you have you’re own logic inside your workflow and update the new PWD in assets or Win Credentials Manager accordingly.
Also, note you can make PWD Gen as a reusable flow as it may be required by other workflows.