How to get List of images

Can we get List of images from screen and navigate through them.

Here is one way of doing it.
1.First download all the image and store in folder
2. Later use foreach and iterate though each image and you can pass the output for further processing.

Or if your just looking for navigate across and click on them
You can try Find Children Activity and probably you can extract the aaname of each children in a loop into an array or list.

Thanks for the reply.
Some of the images are dynamic while some are same and we are getting these from click image activity.
We also would need to do scrape relative to get some text next to certain images based on some identifier like sequence number.