Hi,
I am working with a bot that simply logins into a website by taking login info from a list and pasting it into the sign-in fields of the website login phase. The problem that I am having is that even if the credentials are incorrect or bad, the webpage reloads the login page and asks the user to try again, but the bot continues to move on to the next block.
I would like to understand how to prevent the bot from moving on to the next block if it fails the login process and have the Bad Code record that. This would be a good way for me to know if accounts from my list is bad. But since the bot continues to the end and reports it as successful, I then get misleading information about the status of the account that was pulled from the list.
Any help would be appreciated.
I am working with a bot that simply logins into a website by taking login info from a list and pasting it into the sign-in fields of the website login phase. The problem that I am having is that even if the credentials are incorrect or bad, the webpage reloads the login page and asks the user to try again, but the bot continues to move on to the next block.
I would like to understand how to prevent the bot from moving on to the next block if it fails the login process and have the Bad Code record that. This would be a good way for me to know if accounts from my list is bad. But since the bot continues to the end and reports it as successful, I then get misleading information about the status of the account that was pulled from the list.
Any help would be appreciated.