Hi all,
I am having trouble with two parts of my web automation flow.
- Each time I click on "cap accounting budget" a pop up window displays the data I am need to gather. the pop up window website is the same minus the project number at the end.
- The location of the budget element is in the same place for each project but the value differs.
- After closing the pop up, I need to return to the main browser in order to start the cycle again.
Is there a way to account for the pop-up that has different web addresses but follows the same process each time? How do I capture the budget element? I wanted to try 'capture based on text' and then 'contains' but I don't know to write that it should select any value that is within that data table cell. When I tried to close the pop-up to click back onto the main website, it worked for the first iteration but not the second.

In the image below, 1. is the hyperlink I click on, 2. is the pop-up with the information I'm looking for, and 3. is the hyperlink I need to click to get back to the main search screen.
