Get html tag and data

Hi guys

Using ui explorer I found the software im trying to extract data from uses a tag called a rec wrapper, due to it being unstructured data the best way is to use these recwrapper tags to indicate where the data is, the code goes like this
Recwrapper(some number)

I want to grab all data on this rec wrapper line throughout the page displayed on the page, what would be the best way? These are contained inside html tables

I thought about using find element and get attribute but I’m not sure

Anyone can help?