In our Android app, we use placehold images in our thumbnails until the server returns a valid image. The Android devs change the src of the ImageView when an image is found. I am unable to find the src of the ImageView because when i do a get_attribute(‘src’), nothing comes up. Is there a way to get the src of an ImageView?