I have a image view(tapping on which i get a popover) inside a cell associated in table views. Log element tree captures the static text 'Picture' but it doesn't show associated image view with it.
My flow is like tables -> cells( have around 4 cells which are static texts)
These cells in turn have textfields attached with them. cell1-> textfields1 cell2-> textfields2 cell3-> textfields3 cell4-> has just an image.
How do I access this Image?
var imageId = table[0].cells()[4];
imageId.images();
Dis not return anything.