Scrape Multiple Pop Ups

I have a site that I subscribe to and successfully scrape. My scraper's sitemap is:

_root SelectorLink SelectorElement SelectorText

Now, I am trying to scrape the text from multiple pop ups. My test sitemap is:

_root SelectorLink SelectorElementClick SelectorText

This code works for only the 1st pop up of each link. From an exhaustive web search on the topic, it appears that I somehow need to close each pop up before my code can scrape the 2nd pop up of each link??? Any suggestions would be appreciated!