I have a screen that looks like the image below. For each header (ex: “Experienced Services Program”) I need to click and then perform some actions within each. The number of headers on the screen will change, along with the actual header title.
I hope all these headers are a hyperlink. If yes, you can use the Table extraction to fetch the url in each header and then use that link to open each header.
Another approach is to get the headers using table extraction and then loop using the header values collected by making the selector dynamic.