Hi - I am trying to scrape email addresses from an online directory. The main level of the directory only shows the name of the person, I have to drill down on each person's name individually in order to see their profile page and capture their email address. After which I need to hit the back button to go back to the directory and click on the next person's name. There are 22 pages in the directory. I was able to set up the automation to scrape all of the names from the main pages of the directory, but I can't figure out how to automate the drilling down in to each person's profile and capturing the email address and then coming back to the main page to repeat the process with the next person on the list. Is what I am trying to do even possible?