I want to click on all links which are present in an email, except those which are not the actual part of the email.
I want to do this by using a loop or something. Eg. If there are 3 links, then traverse For loop 3 times, click on each hyperlink and do something.
How do I do that?