[Beginner] Loop through multiple Buttons

Hi,

I’m just starting with UI.Vision RPA Chrome Extension.

I have a list of divs, all containing a “Go” link that opens a new frame.
All the link have an id like “button_123456789”, where the digits changes on each one of them.

I’d like to open each of the frames, perform one action within it and close it back.
For now, I’m stuck on the first step : Loop through my links and click on them.

See you,
Thomas

Do you have a link to the website?