Traversing a dynamic list of links

I have a list with links (pic. #1), I need to follow the links that end with “-OT”. I have an idea, but I don’t understand how to access these links (pic.#2).
The principle of robots: I click on the link \opens a new window/ , I take data from there (I implemented this), the window closes, the second link goes and to the last list link.
Picture:

Hello @SanyaCLAUS

You can sue Table extraction to get all the data in the table. During the Table extraction it ask to select Text or url, select both and then you can use a for each row in datatable to loop through the extracted data.

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.