I have an excel list of email addresses that I would like to cross check from a list in a browser. If the email address exists in the list in the browser, I then want to press the related options button, then in the options dialog press the reset password.
So far I have managed to log in and navigate to the correct page, open the correct excel, store the email addresses from excel in a variable via a ‘for each’ action, but then I’m not sure how to check if that variable exists on the web page.
If it does exist, how do I then get the correct Options button pressed.