I have a bot that login to a site to perform certain actions, now it does this in a loop with a list of 300 usernames and passwords one after the other in the loop.
How can i save the login profile in the list so that on looping the bot will not be prompted to login afresh?
How can i save the login profile in the list so that on looping the bot will not be prompted to login afresh?