I got stuck a bit on how can I get innertext attribute values from list I got.
So, I have a list:
IList<Ranorex.WebElement> divList = repo.AuComPlanetinnovationGidget.GidgetApp.ScanSessionContainerInfo.CreateAdapters<Ranorex.WebElement>();The picture below contains what included in this list: I also added snapshot of app.
I have to get data marked by green color. The number of divs marked by yellow color is different for each Div 'sessionWrap" .
The repo element ScanSessionContainer is a single Div 'sessionWrap'.
If someone could give me an example on how to get data marked by green color it would be most appreciated and very helpful for me.
Thanks,
Felix.